mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-26 14:29:53 +00:00
ui: better contrast between active and inactive tabs
This commit is contained in:
parent
4e6b1d2ed2
commit
b710c1711f
@ -10,7 +10,7 @@ app-root {
|
||||
|
||||
&> .content {
|
||||
.tab-bar {
|
||||
background: var(--theme-bg-more);
|
||||
background: var(--theme-bg-more-2);
|
||||
|
||||
.btn-tab-bar {
|
||||
background: transparent;
|
||||
@ -55,10 +55,11 @@ app-root {
|
||||
}
|
||||
|
||||
&.active {
|
||||
// color: $black;
|
||||
color: var(--theme-fg-less-2);
|
||||
background: var(--bs-body-bg);
|
||||
// border-left: 1px solid $border-color;
|
||||
// border-right: 1px solid $border-color;
|
||||
|
||||
border-left: 1px solid var(--theme-bg-less);
|
||||
border-right: 1px solid var(--theme-bg-less);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user