Prevent overriding of quick-format selection background color for now
This commit is contained in:
parent
d116d8d0b7
commit
f7fe38b94b
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
richlistitem[selected="true"] {
|
richlistitem[selected="true"] {
|
||||||
background: Highlight;
|
background: Highlight !important;
|
||||||
color: HighlightText;
|
color: HighlightText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue