mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Animate - Remove flashing at linux's selected tab
This commit is contained in:
parent
1df0e1449e
commit
8062d9d20c
1 changed files with 5 additions and 0 deletions
|
|
@ -2068,6 +2068,11 @@
|
|||
.toolbarbutton-icon:hover {
|
||||
transition: background-color 0.25s var(--animation-easing-function) !important;
|
||||
}
|
||||
@media (-moz-gtk-csd-available) {
|
||||
.tabbrowser-tab:is([visuallyselected], [multiselected], [selected]) .tab-background:not(:-moz-lwtheme) {
|
||||
transition: background-image 0.25s var(--animation-easing-function) !important;
|
||||
}
|
||||
}
|
||||
|
||||
menu,
|
||||
menuitem,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue