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

View File

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