mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Ensure dirty indicator has higher CSS specificity than menu bar
Fixes #6832
This commit is contained in:
parent
63bba13758
commit
28070f847c
@ -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>>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user