Don't use color for background of emoji tags
This commit is contained in:
parent
7fe5f0145d
commit
464c37e66f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
&.colored {
|
||||
font-weight: bold;
|
||||
|
||||
&.selected {
|
||||
&.selected:not(.emoji) {
|
||||
background-color: currentcolor;
|
||||
|
||||
@each $colorHex, $colorVar in $tagColorsLookup {
|
||||
|
|
Loading…
Reference in a new issue