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

Reduce SVG specificity to allow Snow White's icon colours to be overridden

This commit is contained in:
Jeremy Ruston 2013-05-31 13:09:31 +01:00
parent f3703694e9
commit c340c0d0a4

View File

@ -401,13 +401,13 @@ a.tw-tiddlylink-missing {
vertical-align: baseline;
}
.tw-tiddler-controls .tw-button svg {
.tw-tiddler-controls svg {
height: 0.75em;
fill: #ccc;
<<transition "fill 150ms ease-in-out">>
}
.tw-tiddler-controls .tw-button svg:hover {
.tw-tiddler-controls svg:hover {
fill: #888;
}