set loading indicator width to 0 when collapsed
This commit is contained in:
parent
19f7e118b4
commit
54efe6c5c5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ See the above repository for updates as well as full license text. */
|
||||||
from{ transform: rotateZ(0deg) }
|
from{ transform: rotateZ(0deg) }
|
||||||
to{ transform: rotateZ(360deg) }
|
to{ transform: rotateZ(360deg) }
|
||||||
}
|
}
|
||||||
.tabbrowser-tab:not([bursting]) .tab-icon-stack:not([busy])::before{ visibility: collapse; }
|
.tabbrowser-tab:not([bursting]) .tab-icon-stack:not([busy])::before{ visibility: collapse; width: 0 }
|
||||||
.tab-icon-stack:not([busy])::before{ opacity: 0 }
|
.tab-icon-stack:not([busy])::before{ opacity: 0 }
|
||||||
.tabbrowser-tab:not([progress]) .tab-icon-stack[busy]::before{
|
.tabbrowser-tab:not([progress]) .tab-icon-stack[busy]::before{
|
||||||
clip-path: polygon(50% 50%,50% 0%,100% 0%,100% 50%, 100% 50%,100% 50%, 100% 50%);
|
clip-path: polygon(50% 50%,50% 0%,100% 0%,100% 50%, 100% 50%,100% 50%, 100% 50%);
|
||||||
|
|
Loading…
Reference in a new issue