mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Fix: Container Tab - Show indicator at busy #126
This commit is contained in:
parent
03d19bafa3
commit
3c0ab476cd
1 changed files with 3 additions and 1 deletions
|
|
@ -650,7 +650,8 @@
|
|||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
}
|
||||
|
||||
/* None exist favicon */
|
||||
/* Busy, None exist favicon */
|
||||
.tabbrowser-tab[busy] .tab-content::before,
|
||||
.tabbrowser-tab:not([image]):not([pinned], [sharing], [crashed]):not([soundplaying], [muted], [activemedia-blocked]) .tab-content::before,
|
||||
.tabbrowser-tab[pinned][visuallyselected]:not([busy]):not(:hover) .tab-content::before {
|
||||
/* Box Model */
|
||||
|
|
@ -664,6 +665,7 @@
|
|||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
width: 16px;
|
||||
}
|
||||
.tabbrowser-tab[busy] .tab-content::before,
|
||||
.tabbrowser-tab:not([image]):not([pinned], [sharing], [crashed]):not([soundplaying], [muted], [activemedia-blocked]) .tab-content::before {
|
||||
transform: translateY(10px) !important; /* None exist favicon */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue