mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-23 17:04:06 +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;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-block-tags-dropdown > .tc-btn-invisible:hover {
|
||||||
|
background-color: <<colour primary>>;
|
||||||
|
}
|
||||||
|
|
||||||
button.tc-tag-label, span.tc-tag-label {
|
button.tc-tag-label, span.tc-tag-label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.16em 0.7em;
|
padding: 0.16em 0.7em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user