From 894a7d9f9a7fdb571c06cf6da2ea6d576d0548c1 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 May 2021 16:07:58 +0300 Subject: [PATCH] remove duplicate rule --- chrome/inline_tab_audio_icons.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/chrome/inline_tab_audio_icons.css b/chrome/inline_tab_audio_icons.css index 0162181..efd86e1 100644 --- a/chrome/inline_tab_audio_icons.css +++ b/chrome/inline_tab_audio_icons.css @@ -9,9 +9,6 @@ See the above repository for updates as well as full license text. */ .tab-icon-overlay:is([muted],[soundplaying],[activemedia-blocked]){ grid-area: s; } .tab-icon-overlay,.tab-icon-image{ opacity: 1 !important; } -/* secondary audio label can be removed if you use this style, but feel free to remove the next line if you want to show it. */ -.tab-secondary-label{ display: none } - /* secondary audio label ain't much use with this style, but feel free to remove the next line if you want to show it. */ .tab-secondary-label{ display: none }