Prevent overriding of quick-format selection background color for now

This commit is contained in:
Dan Stillman 2024-01-25 00:08:35 -05:00
parent d116d8d0b7
commit f7fe38b94b

View file

@ -181,7 +181,7 @@
}
richlistitem[selected="true"] {
background: Highlight;
background: Highlight !important;
color: HighlightText;
}