Skip to content

Commit

Permalink
minor updates to tab styling
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminezequiel committed Dec 29, 2024
1 parent 97f24d8 commit 4bf1c10
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/components/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,25 @@ body {
}

}

.workspace-tab-header-new-tab {
margin-bottom: 1px ;
}
.workspace-tab-header.is-active {
box-shadow: 0 0 0 var(--tab-outline-width) var(--tab-outline-color) inset;
box-shadow: unset;
// outline: 1px solid var(--tab-outline-color);
outline: 1px solid var(--tab-outline-color);

transition: border-radius 400ms ease;


// &:hover {
// border-radius: 100px;
// }

.workspace-tab-header-inner-close-button {
color: var(--gray-300)
}
}

.workspace-tab-header-container {
padding-left: 0;

Expand Down
8 changes: 8 additions & 0 deletions theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bf1c10

Please sign in to comment.