mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user