mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
Fix hover colors of tag dropdown entries in sidebar (#4682)
This commit is contained in:
parent
b0485eef6a
commit
a947a6b6bc
@ -346,6 +346,10 @@ a.tc-tiddlylink-external:hover {
|
||||
background-color: <<colour external-link-background-hover>>;
|
||||
}
|
||||
|
||||
.tc-drop-down a.tc-tiddlylink:hover {
|
||||
color: <<colour tiddler-link-background>>;
|
||||
}
|
||||
|
||||
/*
|
||||
** Drag and drop styles
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user