mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Fixed hover effects for Firefox
For some reason Firefox doesn’t like :hover on an SVG element
This commit is contained in:
parent
88d483a2c8
commit
1b2a5fe130
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user