Add back hover color on tabbar in firefox

This commit is contained in:
Jimbo 2024-12-02 00:37:14 -05:00
parent ca2b3d8ad3
commit 018873c210

View file

@ -203,7 +203,7 @@ tab {
/* Tab: hovered colors */ /* Tab: hovered colors */
#tabbrowser-tabs .tabbrowser-tab:hover:not([selected]) .tab-content { #tabbrowser-tabs .tabbrowser-tab:hover:not([selected]) .tab-content {
background: var(--tab-active-bg-color) !important; background: var(--tab-hover-bg-color) !important;
} }
/* hide window controls */ /* hide window controls */