Remove text-shadow for tags in sidebar (#4245)

For consistency with tags in the main story river
This commit is contained in:
Simon Huber
2019-09-07 09:27:00 +01:00
committed by Jeremy Ruston
parent 996ee52cf9
commit 19d2aab6b9
+4
View File
@@ -649,6 +649,10 @@ button.tc-tag-label, span.tc-tag-label {
border-radius: 1em;
}
.tc-sidebar-scrollable .tc-tag-label {
text-shadow: none;
}
.tc-untagged-separator {
width: 10em;
left: 0;