mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1288888 - Followup: fix rule filter icon to be visible on all themes. r=me
MozReview-Commit-ID: GpXdjJC16KC
This commit is contained in:
parent
d603d43aeb
commit
d8d980430e
@ -5,17 +5,14 @@
|
||||
/* CSS Variables specific to this panel that aren't defined by the themes */
|
||||
.theme-light {
|
||||
--rule-highlight-background-color: #ffee99;
|
||||
--rule-filter-icon: url(images/filter.svg);
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
--rule-highlight-background-color: #594724;
|
||||
--rule-filter-icon: url(images/filter.svg);
|
||||
}
|
||||
|
||||
.theme-firebug {
|
||||
--rule-highlight-background-color: #ffee99;
|
||||
--rule-filter-icon: url(images/filter.svg);
|
||||
--rule-property-name: darkgreen;
|
||||
--rule-property-value: darkblue;
|
||||
}
|
||||
@ -296,7 +293,7 @@
|
||||
}
|
||||
|
||||
.ruleview-overridden-rule-filter {
|
||||
background-image: var(--rule-filter-icon);
|
||||
background-image: url(images/filter.svg#filterinput);
|
||||
background-size: 11px 11px;
|
||||
margin-inline-start: 5px;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user