Set the hidden mention to transparent, not white.
This commit is contained in:
parent
fa329cc032
commit
b3e5bfdafd
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mentions {
|
.mentions {
|
||||||
color: white;
|
color: transparent;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue