fix firefox redmond themes / fixed topbar and panel headers not having
proper theme2 inputs/alerts colors
This commit is contained in:
parent
f9e407de63
commit
aae508f5a1
2 changed files with 11 additions and 11 deletions
|
|
@ -156,7 +156,7 @@ export const init = (extraRuleset, ultimateBackgroundColor, debug) => {
|
|||
|
||||
const rulesetUnsorted = [
|
||||
...Object.values(components)
|
||||
.map(c => (c.defaultRules || []).map(r => ({ component: c.name, ...r })))
|
||||
.map(c => (c.defaultRules || []).map(r => ({ component: c.name, ...r, source: 'Built-in' })))
|
||||
.reduce((acc, arr) => [...acc, ...arr], []),
|
||||
...extraRuleset
|
||||
].map(rule => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue