Bug 1350010, part 5 - Specify '-moz-context-properties' for more Firefox UI icons. r=dao

MozReview-Commit-ID: 3kgprRqjw5N
This commit is contained in:
Jonathan Watt 2017-04-12 13:52:24 +01:00
parent 2c518aa08d
commit 3c81ffff38
9 changed files with 9 additions and 8 deletions

View File

@ -989,7 +989,7 @@ html|span.ac-emphasize-text-url {
.ac-type-icon[type=keyword],
.ac-site-icon[type=searchengine] {
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: GrayText;
}

View File

@ -1766,7 +1766,7 @@ html|span.ac-emphasize-text-url {
.ac-type-icon[type=keyword],
.ac-site-icon[type=searchengine] {
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: GrayText;
}

View File

@ -38,6 +38,7 @@
-moz-appearance: none;
border-style: none;
list-style-image: url("chrome://browser/skin/page-action.svg");
-moz-context-properties: fill;
margin: 0;
padding: 0 6px;
fill: currentColor;

View File

@ -73,7 +73,7 @@
#urlbar[actiontype="searchengine"] > #identity-box > #identity-icon {
-moz-image-region: inherit;
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: GrayText;
width: 16px;
height: 16px;

View File

@ -1509,7 +1509,7 @@ html|span.ac-emphasize-text-url {
.ac-type-icon[type=keyword],
.ac-site-icon[type=searchengine] {
list-style-image: url(chrome://global/skin/icons/autocomplete-search.svg);
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: GrayText;
}

View File

@ -6,7 +6,7 @@
#header-utils-btn .toolbarbutton-icon {
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: GrayText;
}

View File

@ -10,7 +10,7 @@
#header-utils-btn {
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: #424f5a;
margin-inline-end: 18px;
}

View File

@ -133,7 +133,7 @@
border-radius: 20px;
min-width: 0;
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: #4d4d4d;
margin-inline-end: 0;
margin-bottom: 0;

View File

@ -6,7 +6,7 @@
#header-utils-btn {
list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg");
/* uncomment after bug 1350010 lands: context-properties: fill; */
-moz-context-properties: fill;
fill: #424f5a;
margin-inline-end: 16px;
}