mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 10:58:01 +00:00
Style for selected tiddler info button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user