Ensure dirty indicator has higher CSS specificity than menu bar

Fixes #6832
This commit is contained in:
jeremy@jermolene.com 2022-07-28 16:20:47 +01:00
parent 63bba13758
commit 28070f847c
1 changed files with 1 additions and 1 deletions

View File

@ -2808,7 +2808,7 @@ input.tc-palette-manager-colour-input {
** Dirty indicator
*/
body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {
html body.tc-dirty span.tc-dirty-indicator, html body.tc-dirty span.tc-dirty-indicator svg {
fill: <<colour dirty-indicator>>;
color: <<colour dirty-indicator>>;
}