]> cat aescling's git repositories - mastodon.git/commitdiff
Adjust background of emoji panel (#1461)
authorCorey Dutson <cdutson@wallofscribbles.com>
Mon, 10 Apr 2017 18:56:14 +0000 (14:56 -0400)
committerwxcafé <wxcafe@users.noreply.github.com>
Mon, 10 Apr 2017 18:56:14 +0000 (20:56 +0200)
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

index 8775ce6fdcb438fc475d83e7456829e1153cf161..95e432cb659e3b2845adf018c8daa3eae79171ff 100644 (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;