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

This commit is contained in:
Simon Huber
2020-07-14 12:32:51 +01:00
committed by GitHub
parent d66725fd31
commit a0bd93c596
+4
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;