Fix search dropdown items text color on hover (#4632)

This commit is contained in:
Simon Huber 2020-05-06 10:46:29 +02:00 committed by GitHub
parent c9692d7a50
commit 86640474b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1594,7 +1594,7 @@ html body.tc-body.tc-single-tiddler-window {
color: <<colour muted-foreground>>;
}
.tc-block-dropdown a:hover {
.tc-block-dropdown a.tc-tiddlylink:hover {
color: <<colour tiddler-link-background>>;
background-color: <<colour tiddler-link-foreground>>;
text-decoration: none;