1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Make tags in tags-dropdown change bg-color on hover (#4753)

This commit is contained in:
Simon Huber 2020-07-14 13:32:51 +02:00 committed by GitHub
parent d66725fd31
commit a0bd93c596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -665,6 +665,10 @@ button svg.tc-image-button, button .tc-image-button img {
vertical-align: baseline;
}
.tc-block-tags-dropdown > .tc-btn-invisible:hover {
background-color: <<colour primary>>;
}
button.tc-tag-label, span.tc-tag-label {
display: inline-block;
padding: 0.16em 0.7em;