зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1406735 - Prevent pinned tab separator from overlapping the tab background. r=johannh
MozReview-Commit-ID: 2w3MGQOdP7K --HG-- extra : rebase_source : 11038274d03b5ab03fa9d857a4d1635242374446
This commit is contained in:
Родитель
e95ab353d6
Коммит
a9c5ea4a49
|
@ -520,6 +520,10 @@ tabbrowser {
|
|||
left: 0;
|
||||
}
|
||||
|
||||
#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] > .tab-stack {
|
||||
border-inline-end: 1px solid transparent;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:-moz-any([image], [pinned]) > .tab-stack > .tab-content[attention]:not([selected="true"]),
|
||||
.tabbrowser-tab > .tab-stack > .tab-content[pinned][titlechanged]:not([selected="true"]) {
|
||||
background-image: url(chrome://browser/skin/tabbrowser/indicator-tab-attention.svg);
|
||||
|
|
Загрузка…
Ссылка в новой задаче