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
master
Corey Dutson 7 years ago committed by wxcafé
parent db7c7d1af1
commit 087ca3009b
  1. 2
      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;

Loading…
Cancel
Save