Skip to content
Snippets Groups Projects
Verified Commit 1bea9c8c authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez Committed by Pier Angelo Vendrame
Browse files

Bug 1853731 - Use html:img for message-bar-icon....

Bug 1853731 - Use html:img for message-bar-icon. r=Gijs,dao,settings-reviewers,desktop-theme-reviewers,sfoster

Differential Revision: https://phabricator.services.mozilla.com/D188521
parent 164ab74f
No related branches found
No related tags found
1 merge request!1135Bug 43084: Rebased stable onto 115.15.0esr
......@@ -26,10 +26,7 @@
</head>
<body>
<div id="enabledWarning" class="message-bar message-bar-warning" hidden>
<img
class="message-bar-icon"
src="chrome://global/skin/icons/warning.svg"
/>
<img class="message-bar-icon" />
<descripton class="message-bar-description">
You need to have <code>browser.places.interactions.enabled</code>
set to true (and restart) for metadata recording to be enabled.
......
......@@ -74,7 +74,7 @@
class="message-bar message-bar-warning"
hidden="true"
>
<image class="message-bar-icon" />
<html:img class="message-bar-icon" />
<description
class="message-bar-description"
data-l10n-id="browser-languages-error"
......
......@@ -1292,7 +1292,7 @@ xul|treechildren::-moz-tree-image(selected) {
}
.message-bar-icon {
list-style-image: url("chrome://global/skin/icons/info.svg");
content: url("chrome://global/skin/icons/info.svg");
width: 24px;
height: 24px;
padding: 4px;
......@@ -1308,7 +1308,7 @@ xul|treechildren::-moz-tree-image(selected) {
}
.message-bar-warning > .message-bar-icon {
list-style-image: url("chrome://global/skin/icons/warning.svg");
content: url("chrome://global/skin/icons/warning.svg");
}
input[type="text"][warning]:enabled:not(:focus) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment