Set the hidden mention to transparent, not white.

This commit is contained in:
Dennis Schubert 2016-11-06 03:04:46 +01:00
parent fa329cc032
commit b3e5bfdafd
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

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