1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 22:28:18 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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