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:
parent
d66725fd31
commit
a0bd93c596
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user