1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-31 09:58:01 +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

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;