mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 20:38:01 +00:00
Fixed hover effects for Firefox
For some reason Firefox doesn’t like :hover on an SVG element
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user