This commit is contained in:
Vince 2021-06-18 00:00:11 +08:00
parent 1a726c9dd9
commit 9d533c6025

View file

@ -19,9 +19,12 @@
background-image: none !important;
}
.tab-background {
transition: background 200ms !important;
}
.tab-background:not([selected=true]) {
background: var(--gnome-tabbar-tab-background) !important;
}
.tab-background:not([selected=true]):-moz-window-inactive {