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 10:27:00 +02:00 committed by Jeremy Ruston
parent 996ee52cf9
commit 19d2aab6b9
1 changed files with 4 additions and 0 deletions

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;