We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407a6bd commit 863800eCopy full SHA for 863800e
chrome/toolbar/tabbar.css
@@ -93,12 +93,10 @@
93
}
94
95
.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;
+ background-color: color-mix(in srgb, currentColor 5%, transparent) !important;
+ --fp-tab-corner-bg: color-mix(in srgb, currentColor 5%, transparent) !important;
98
99
100
-
101
102
.tab-background:is([selected], [multiselected]) {
103
outline: none !important;
104
@@ -149,6 +147,7 @@
149
147
150
148
.tabbrowser-tab:is([visuallyselected], [multiselected]):not([pinned]) {
151
min-width:200px !important;
+ z-index: 1;
152
153
154
.tab-close-button {
0 commit comments