1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-31 01:48:02 +00:00

Fix hover colors of tag dropdown entries in sidebar (#4682)

This commit is contained in:
Simon Huber
2020-06-11 13:06:49 +02:00
committed by GitHub
parent b0485eef6a
commit a947a6b6bc

View File

@@ -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
*/