mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Style for selected tiddler info button
This commit is contained in:
parent
94c2eacdc9
commit
59986ca4f6
@ -495,12 +495,17 @@ a.tw-tiddlylink-external {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.tw-tiddler-controls svg {
|
||||
.tw-tiddler-controls button svg {
|
||||
height: 0.75em;
|
||||
fill: #ccc;
|
||||
<<transition "fill 150ms ease-in-out">>
|
||||
}
|
||||
|
||||
.tw-tiddler-controls button.tw-selected svg {
|
||||
fill: #fff;
|
||||
<<filter "drop-shadow(0px -1px 2px rgba(0,0,0,0.35))">>
|
||||
}
|
||||
|
||||
.tw-tiddler-controls svg:hover {
|
||||
fill: #888;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user