Browse Source

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
closed-social-glitch-2
Corey Dutson 7 years ago
committed by wxcafé
parent
commit
087ca3009b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/stylesheets/components.scss

+ 1
- 1
app/assets/stylesheets/components.scss View File

@ -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