Don't show favicon for busy tabs
This commit is contained in:
parent
00047df9e3
commit
133c6fb346
@ -113,6 +113,6 @@
|
|||||||
|
|
||||||
/* Show tab favicon in vertical tab bar always */
|
/* Show tab favicon in vertical tab bar always */
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tab-icon-image:not([src]):not([pinned]) {
|
.tab-icon-image:not(busy):not([src]):not([pinned]) {
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user