[Backport] Fixing empty mentions box style

stable
Alejandro Alonso 2017-03-29 15:27:26 +02:00
parent b582fa29fc
commit ba427c220a
1 changed files with 3 additions and 1 deletions

View File

@ -154,6 +154,9 @@
background-color: $white; background-color: $white;
border: 1px solid $gray-light; border: 1px solid $gray-light;
position: absolute; position: absolute;
&:empty {
border: 0;
}
ul { ul {
margin-bottom: 0; margin-bottom: 0;
} }
@ -284,4 +287,3 @@ tg-wysiwyg {
fill: $primary-light; fill: $primary-light;
} }
} }