Bug 1585994 - Stop using --panel-disabled-color in the urlbar. r=harry

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2020-02-10 14:06:11 +00:00
Родитель 888338d969
Коммит a341082d51
2 изменённых файлов: 6 добавлений и 5 удалений

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

@ -20,12 +20,12 @@
font-weight: normal;
margin: 0;
padding: 3px;
color: var(--panel-disabled-color);
}
.search-panel-header > label {
margin-top: 2px;
margin-bottom: 1px;
opacity: .6;
}
/**
@ -76,7 +76,7 @@
height: 32px;
margin: 0;
padding: 0;
color: var(--panel-disabled-color);
color: inherit;
}
.searchbar-engine-one-off-item:not([selected]):hover,
@ -213,6 +213,7 @@
.search-setting-button-compact > .button-box > .button-icon {
list-style-image: url("chrome://browser/skin/settings.svg");
-moz-context-properties: fill;
-moz-context-properties: fill, fill-opacity;
fill: currentColor;
fill-opacity: .6;
}

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

@ -63,7 +63,7 @@
.urlbarView.megabar .urlbarView-body-inner {
width: 100%;
border-top: 1px solid var(--panel-separator-color);
border-top: 1px solid var(--urlbar-separator-color);
}
.urlbarView:not(.megabar) {
@ -387,7 +387,7 @@
.urlbarView-title-separator::before {
content: "\2014";
color: var(--panel-disabled-color);
color: var(--urlbar-separator-color);
margin: 0 .4em;
}