Bug 1407322 - use currentColor for selected stylesheet icon in styleeditor;r=ntim

MozReview-Commit-ID: HysqhWk4y4G

--HG--
extra : rebase_source : d1a9416336dc53e05890c11e95a73c77e8450696
This commit is contained in:
Julian Descottes 2017-10-10 19:44:27 +02:00
parent ea13b52036
commit 18b14bf9ff

View File

@ -173,19 +173,16 @@ li.error > .stylesheet-info > .stylesheet-more > .stylesheet-error-message {
background-size: 16px;
width: 24px;
height: 40px;
/* The icon color should always match the text color. */
-moz-context-properties: fill;
fill: var(--theme-toolbar-color);
fill: currentColor;
}
.disabled > .stylesheet-enabled {
opacity: 0.3;
}
/* Invert the toggle icon in the active row for light theme */
.splitview-nav > li.splitview-active .stylesheet-enabled {
fill: var(--theme-toolbar-selected-color);
}
.splitview-nav > li > .stylesheet-enabled:focus,
.splitview-nav > li:hover > .stylesheet-enabled {
outline: 0;