Bug 1358956 - Remove the first separator from the status bar. r=Honza

MozReview-Commit-ID: JyxmI475sog

--HG--
extra : rebase_source : a8688d0a0ddce7148dda18c5ce699f6a3fbd57ee
This commit is contained in:
Vangelis Katsikaros 2017-04-30 15:41:52 +03:00
Родитель 30dd990bb9
Коммит 8e6d07eea7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -119,7 +119,7 @@ body,
white-space: nowrap;
}
.status-bar-label::before {
.status-bar-label:not(:first-of-type)::before {
content: "";
display: inline-block;
margin-inline-end: 10px;