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
+2 -2
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;
}