mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 13:29:56 +00:00
Reduce SVG specificity to allow Snow White's icon colours to be overridden
This commit is contained in:
parent
f3703694e9
commit
c340c0d0a4
@ -401,13 +401,13 @@ a.tw-tiddlylink-missing {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tw-tiddler-controls .tw-button svg {
|
.tw-tiddler-controls svg {
|
||||||
height: 0.75em;
|
height: 0.75em;
|
||||||
fill: #ccc;
|
fill: #ccc;
|
||||||
<<transition "fill 150ms ease-in-out">>
|
<<transition "fill 150ms ease-in-out">>
|
||||||
}
|
}
|
||||||
|
|
||||||
.tw-tiddler-controls .tw-button svg:hover {
|
.tw-tiddler-controls svg:hover {
|
||||||
fill: #888;
|
fill: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user