Bug 1549293 - Add context fill to info-page title background images and about:config preference lock icon r=dao

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kestrel 2019-05-07 11:42:09 +00:00
Родитель cfbdbd0133
Коммит 44af0f4541
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -24,7 +24,6 @@ body.config-warning {
.title {
background-image: url("chrome://global/skin/icons/warning.svg");
-moz-context-properties: fill;
fill: #fcd100;
}
@ -97,6 +96,8 @@ body.config-warning {
background-repeat: no-repeat;
background-position: 9px center;
background-size: 16px 16px;
-moz-context-properties: fill;
fill: currentColor;
}
#prefs > tr.locked:dir(rtl) {

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

@ -14,8 +14,6 @@ body {
.title {
background-image: url("chrome://global/skin/icons/blocked.svg");
fill: currentColor;
-moz-context-properties: fill;
}
.title-text {

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

@ -12,7 +12,6 @@
.title {
background-image: url("chrome://global/skin/icons/warning.svg");
-moz-context-properties: fill;
fill: #fcd100;
}

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

@ -45,6 +45,8 @@ body.wide-container {
margin-inline-start: -2.3em;
padding-inline-start: 2.3em;
font-size: 2.2em;
-moz-context-properties: fill;
fill: currentColor;
}
.title:-moz-locale-dir(rtl),