1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Fix pesky hover problem on the control panel button

This commit is contained in:
Jeremy Ruston 2013-05-16 17:25:14 +01:00
parent 2d8e12fb19
commit bf4fede34e

View File

@ -269,6 +269,10 @@ a.tw-tiddlylink-missing {
margin-top: 1em;
}
.tw-page-controls a.tw-tiddlylink:hover {
text-decoration: none;
}
.tw-page-controls svg {
height: 1.5em;
min-width: 1px;