Add back hover color on tabbar in firefox
This commit is contained in:
parent
ca2b3d8ad3
commit
018873c210
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue