Skip to content

Commit

Permalink
Fixed tabs hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb authored May 30, 2024
1 parent 407a6bd commit 863800e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chrome/toolbar/tabbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@
}

.tabbrowser-tab:hover .tab-background:not([selected], [multiselected]) {
background-color: color-mix(in srgb, currentColor 8%, transparent) !important;
--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;
}



.tab-background:is([selected], [multiselected]) {
outline: none !important;
}
Expand Down Expand Up @@ -149,6 +147,7 @@

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

.tab-close-button {
Expand Down

0 comments on commit 863800e

Please sign in to comment.