mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 15:23:59 -08:00
Fix: Container Tab - clean, pinned tab at busy #23
This commit is contained in:
parent
fbf3808dce
commit
8f0766991f
1 changed files with 7 additions and 8 deletions
|
|
@ -1260,14 +1260,8 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.tab-icon-image, .tab-sharing-icon-overlay {
|
||||
box-sizing: content-box;
|
||||
padding: 3px 0;
|
||||
|
||||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([pinned]) .tab-content::before {
|
||||
.tabbrowser-tab:not([pinned]) .tab-content::before,
|
||||
.tabbrowser-tab[pinned][busy] .tab-content::before {
|
||||
/* Box Model */
|
||||
content: '';
|
||||
display: block;
|
||||
|
|
@ -1293,6 +1287,11 @@
|
|||
border-bottom: 2px solid var(--identity-icon-color);
|
||||
}
|
||||
|
||||
/* Pinned Tab - Busy */
|
||||
.tabbrowser-tab[pinned][busy] .tab-content::before {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
/* Pinned Tab - Titlechanged Indicator override */
|
||||
.tabbrowser-tab:is([image], [pinned]) > .tab-stack > .tab-content[attention]:not([selected="true"]) .tab-icon-image,
|
||||
.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([selected="true"]) .tab-icon-image {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue