mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-25 11:30:55 -08: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue