overlay_tab_audio_icons: Set fill color and fill-opacity for icons
This makes sure that the icon stays visible unless your theme colors explicitly tells otherwise. Setting full fill-opacity makes the icons look same between pinned and non-pinned tabs.
This commit is contained in:
@@ -13,6 +13,8 @@ See the above repository for updates as well as full license text. */
|
||||
padding: 2px;
|
||||
opacity: 1 !important;
|
||||
stroke: var(--tab-icon-overlay-stroke, black) !important;
|
||||
fill: var(--tab-icon-overlay-fill, white) !important;
|
||||
fill-opacity: 1 !important;
|
||||
}
|
||||
.tab-icon-overlay:not([crashed]):hover{
|
||||
background-color: var(--tab-icon-overlay-stroke, black) !important;
|
||||
|
||||
Reference in New Issue
Block a user