From e975b84a12b8e3f547f4d811155d076a5a4fdcf9 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Wed, 12 Jul 2017 22:12:53 +0900 Subject: [PLT-7021] Add missing borders of emoji picker (#6897) * add missing borders of emoji picker * set input class `emoji-picker__search` border-width to zero --- webapp/sass/components/_emoticons.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'webapp/sass') diff --git a/webapp/sass/components/_emoticons.scss b/webapp/sass/components/_emoticons.scss index b91630a47..c8fd50226 100644 --- a/webapp/sass/components/_emoticons.scss +++ b/webapp/sass/components/_emoticons.scss @@ -80,6 +80,8 @@ .emoji-picker__search-container { position: relative; + border-top-style: solid; + border-top-width: 1px; .emoji-picker__search-icon { padding-left: 6px; @@ -89,8 +91,7 @@ } .emoji-picker__search { - border-width: 1px 0px 1px 0px; - border-style: solid; + border-width: 0px; padding: 2px 0 2px 25px; width: 100%; height: 25px; @@ -108,6 +109,8 @@ overflow-y: auto; padding: 0px 8px 8px 8px; position: relative; + border-top-style: solid; + border-top-width: 1px; .emoji-picker__category-header { font-size: 12px; -- cgit v1.2.3-1-g7c22