Fix: Container Tab - clean, pinned tab at busy #23

This commit is contained in:
BlaCk_Void 2021-08-30 20:57:29 +09:00
parent fbf3808dce
commit 8f0766991f

View file

@ -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 {