This commit is contained in:
vinceliuice 2025-02-04 02:44:45 +08:00
parent 5a23953d32
commit b0347cc134
2 changed files with 6 additions and 9 deletions

View File

@ -43,6 +43,8 @@
.tab-background { .tab-background {
border: none !important; border: none !important;
box-shadow: none !important; box-shadow: none !important;
outline: none !important;
transition: background-color 200ms !important;
} }
#TabsToolbar .tabbrowser-tab, #TabsToolbar .tabbrowser-tab,
@ -56,19 +58,13 @@
color: var(--gnome-tabbar-tab-color) !important; color: var(--gnome-tabbar-tab-color) !important;
} }
.tabbrowser-tab .tab-background:not([selected=true]) {
color: var(--gnome-tabbar-tab-active-color) !important;
}
#TabsToolbar .tab-background { #TabsToolbar .tab-background {
margin: 0 !important; margin: 0 !important;
transition: none;
margin-block: 0 !important; margin-block: 0 !important;
} }
.tab-background:hover, .tabbrowser-tab .tab-background:not([selected=true]) {
.tab-background:is([selected]) { color: var(--gnome-tabbar-tab-active-color) !important;
transition: background 200ms;
} }
.tabbrowser-tab:not([selected=true]) .tab-background { .tabbrowser-tab:not([selected=true]) .tab-background {

View File

@ -46,7 +46,8 @@
.tab-background { .tab-background {
background: transparent !important; background: transparent !important;
transition: background 200ms !important; transition: background-color 200ms !important;
outline: none !important;
} }
#TabsToolbar .tab-background { #TabsToolbar .tab-background {