summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-07-12 22:12:53 +0900
committerGitHub <noreply@github.com>2017-07-12 22:12:53 +0900
commite975b84a12b8e3f547f4d811155d076a5a4fdcf9 (patch)
tree06cdc82604727a4a26e17bab8c3a3ab719c3c719 /webapp/sass
parent39154d22aeda926e2af7707352cc65ead0f8d469 (diff)
downloadchat-e975b84a12b8e3f547f4d811155d076a5a4fdcf9.tar.gz
chat-e975b84a12b8e3f547f4d811155d076a5a4fdcf9.tar.bz2
chat-e975b84a12b8e3f547f4d811155d076a5a4fdcf9.zip
[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
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_emoticons.scss7
1 files changed, 5 insertions, 2 deletions
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;