]> cat aescling's git repositories - mastodon.git/commitdiff
Fix background color of emoji-mart-bar in light theme (#7768)
authorLynx Kotoura <admin@sanin.link>
Sat, 9 Jun 2018 20:21:37 +0000 (05:21 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 9 Jun 2018 20:21:37 +0000 (22:21 +0200)
* Fix background color of emoji-mart-bar

* Uniform emoji-mart-search background color in light theme as default

app/javascript/styles/mastodon-light/diff.scss

index 460dc53a9ffd7efe312417e9b498b14d1dccbc78..2deec6bf4cc0bbdcb72b044249edb5b7b56a9571 100644 (file)
   background: darken($ui-base-color, 6%);
 }
 
+.emoji-mart-bar {
+  border-color: lighten($ui-base-color, 8%);
+
+  &:first-child {
+    background: $ui-base-color;
+  }
+}
+
+.emoji-mart-search input {
+  background: rgba($ui-base-color, 0.3);
+  border-color: $ui-base-color;
+}
+
 .focusable:focus {
   background: $ui-base-color;
 }