When tabs are highlighted by Tab Utilities, favicons were wrongly hidden. (fix for #147 )
This commit is contained in:
parent
1b3248172a
commit
afb1d8bcfa
@ -513,3 +513,12 @@ image.tab-icon {
|
||||
:root:not([treestyletab-tabbar-fixed="true"]) #ctStack {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Tab Utilities */
|
||||
.tabbrowser-tabs[highlightLocked][highlightSelected][highlightUnread]
|
||||
> .tabbrowser-tab .tab-icon > .tab-icon-image ~ *,
|
||||
.tabbrowser-tabs[highlightlocked][highlightselected][highlightunread]
|
||||
> .tabbrowser-tab .tab-icon > .tab-icon-image ~ * {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user