mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 13:19:11 +00:00
Fix for selected toolbar buttons in Firefox
See https://github.com/Jermolene/TiddlyWiki5/issues/1599
This commit is contained in:
parent
a60ea1d89b
commit
17696e4505
@ -38,8 +38,8 @@ tags: [[$:/tags/Stylesheet]]
|
||||
<<transition "fill 150ms ease-in-out">>
|
||||
}
|
||||
|
||||
.tc-tiddler-controls button.tc-selected svg,
|
||||
.tc-page-controls button.tc-selected svg {
|
||||
.tc-tiddler-controls button.tc-selected,
|
||||
.tc-page-controls button.tc-selected {
|
||||
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.25))">>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user