Don't show favicon for busy tabs (retry)
This commit is contained in:
parent
5841e8fef8
commit
b559427e5e
@ -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(busy):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