show urlbar button: use theme variables for the icon color
This commit is contained in:
@@ -44,9 +44,13 @@ See the above repository for updates as well as full license text. */
|
|||||||
background-image: url("chrome://devtools/skin/images/tool-webconsole.svg");
|
background-image: url("chrome://devtools/skin/images/tool-webconsole.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
fill: currentColor;
|
color: var(--toolbar-color);
|
||||||
|
fill: light-dark(rgb(91, 91, 102), rgb(251, 251, 254));
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
}
|
}
|
||||||
|
:root[lwtheme] .urlbar-input-container:not(:focus-within){
|
||||||
|
fill: var(--toolbarbutton-icon-fill);
|
||||||
|
}
|
||||||
.urlbar-input-box.urlbar-input-box{
|
.urlbar-input-box.urlbar-input-box{
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user