1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Fixed topbar hover for Firefox

Pesky Firefox browser crankiness.

Fixes #579
This commit is contained in:
Jermolene 2014-04-24 11:33:14 +01:00
parent fecf3a556f
commit cc60ad1428

View File

@ -347,7 +347,7 @@ a.tw-tiddlylink-external:hover {
fill: <<colour muted-foreground>>;
}
.tw-topbar svg:hover {
.tw-topbar button:hover svg {
fill: <<colour foreground>>;
}