From ba427c220ab46804b57a4c73b60103170992539c Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 29 Mar 2017 15:27:26 +0200 Subject: [PATCH] [Backport] Fixing empty mentions box style --- app/modules/components/wysiwyg/wysiwyg.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/modules/components/wysiwyg/wysiwyg.scss b/app/modules/components/wysiwyg/wysiwyg.scss index 3ddf3e7f..391c8dca 100644 --- a/app/modules/components/wysiwyg/wysiwyg.scss +++ b/app/modules/components/wysiwyg/wysiwyg.scss @@ -154,6 +154,9 @@ background-color: $white; border: 1px solid $gray-light; position: absolute; + &:empty { + border: 0; + } ul { margin-bottom: 0; } @@ -284,4 +287,3 @@ tg-wysiwyg { fill: $primary-light; } } -