From 087ca3009b83f2ae2299cce8d5e4c106e38c2a29 Mon Sep 17 00:00:00 2001 From: Corey Dutson Date: Mon, 10 Apr 2017 14:56:14 -0400 Subject: [PATCH] Adjust background of emoji panel (#1461) Addresses #1451 which notes the emoji picker is too light. I agree, so I submit this adjustment. Changes: Changed the background to a darkened version of another system color --- app/assets/stylesheets/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 8775ce6fd..95e432cb6 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1425,7 +1425,7 @@ button.active i.fa-retweet { .emoji-dialog { width: 280px; height: 220px; - background: $color2; + background: darken($color3, 10%); box-sizing: border-box; border-radius: 2px; overflow: hidden;