Bug 1523774 - Hide the secondary separator em dash when the title is empty. r=dao

Seems like we want to hide it whenever the title is empty, not only in the search @alias case that this bug was filed about.

Differential Revision: https://phabricator.services.mozilla.com/D18004

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Drew Willcoxon 2019-01-31 18:57:23 +00:00
Родитель 74e9823383
Коммит 0113705cb6
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -106,6 +106,10 @@
margin: 0 .4em;
}
.urlbarView-title:empty + .urlbarView-secondary::before {
display: none;
}
.urlbarView-secondary {
color: var(--urlbar-popup-action-color);
font-size: 0.9em;