Skip to content

Commit

Permalink
Improve the selected tab highlight in tabs mode (fixes #538)
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Sep 14, 2024
1 parent 3498359 commit 250886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/userchrome/profile/chrome/pwa/content/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@media (-moz-bool-pref: "firefoxpwa.sitesSetThemeColor") {
#firefox-view-button[open] > .toolbarbutton-icon,
.tab-background:is([selected], [multiselected]) {
background-color: rgba(0, 0, 0, 0.1) !important;
background-color: color-mix(in srgb, currentColor 18%, transparent) !important;
background-image: none !important;
}
}
Expand Down

0 comments on commit 250886b

Please sign in to comment.