Skip to content

Commit 863800e

Browse files
authored
Fixed tabs hover color
1 parent 407a6bd commit 863800e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chrome/toolbar/tabbar.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,10 @@
9393
}
9494

9595
.tabbrowser-tab:hover .tab-background:not([selected], [multiselected]) {
96-
background-color: color-mix(in srgb, currentColor 8%, transparent) !important;
97-
--fp-tab-corner-bg: color-mix(in srgb, currentColor 8%, transparent) !important;
96+
background-color: color-mix(in srgb, currentColor 5%, transparent) !important;
97+
--fp-tab-corner-bg: color-mix(in srgb, currentColor 5%, transparent) !important;
9898
}
9999

100-
101-
102100
.tab-background:is([selected], [multiselected]) {
103101
outline: none !important;
104102
}
@@ -149,6 +147,7 @@
149147

150148
.tabbrowser-tab:is([visuallyselected], [multiselected]):not([pinned]) {
151149
min-width:200px !important;
150+
z-index: 1;
152151
}
153152

154153
.tab-close-button {

0 commit comments

Comments
 (0)