From c8b014028dd7acf35d8744f15f84e85a9aa6eb81 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 1 May 2021 16:48:39 +0300 Subject: [PATCH] audio icons should behave like in normal if secondary label is shown --- chrome/compact_proton.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index 7c071fe..b84505f 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -34,7 +34,9 @@ menupopup > menu{ padding-block: 0.3em !important; } #scrollbutton-up, #scrollbutton-down{ border-block-width: var(--uc-tabs-scrollbutton-border,0px) !important; } -/* OPTIONAL - show audio label in compact mode */ +/* OPTIONAL - show audio label in compact mode and make the audio icon behavior match non-compact mode */ /* .tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){ display: -moz-box !important; } +#TabsToolbar:not(:hover) .tab-icon-image{ opacity: 1 !important; } +#TabsToolbar:not(:hover) .tab-icon-overlay{ opacity: 0 !important; } */ \ No newline at end of file