1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

Fixed hover effects for Firefox

For some reason Firefox doesn’t like :hover on an SVG element
This commit is contained in:
Jermolene 2013-12-17 13:59:39 +00:00
parent 88d483a2c8
commit 1b2a5fe130

View File

@ -325,7 +325,7 @@ a.tw-tiddlylink-external {
fill: #fff;
}
.tw-page-controls svg:hover {
.tw-page-controls button:hover svg, .tw-page-controls a:hover svg {
fill: #000;
}
@ -493,7 +493,7 @@ a.tw-tiddlylink-external {
fill: #444;
}
.tw-tiddler-controls svg:hover {
.tw-tiddler-controls button:hover svg {
fill: #888;
}