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:
Dão Gottwald 2017-10-12 17:13:55 +02:00
Родитель e95ab353d6
Коммит a9c5ea4a49
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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);