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

For consistency with tags in the main story river
fix-syncer
Simon Huber 2019-09-07 10:27:00 +02:00 zatwierdzone przez Jeremy Ruston
rodzic 996ee52cf9
commit 19d2aab6b9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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;