[Backport] Fixing empty mentions box style
parent
b582fa29fc
commit
ba427c220a
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue