From 250886b74491df4f4429aad3825da0c5beae0157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0tamcar?= Date: Sat, 14 Sep 2024 13:19:48 +0200 Subject: [PATCH] Improve the selected tab highlight in tabs mode (fixes #538) --- native/userchrome/profile/chrome/pwa/content/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/userchrome/profile/chrome/pwa/content/browser.css b/native/userchrome/profile/chrome/pwa/content/browser.css index e02e3d20..e498773f 100644 --- a/native/userchrome/profile/chrome/pwa/content/browser.css +++ b/native/userchrome/profile/chrome/pwa/content/browser.css @@ -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; } }