]> cat aescling's git repositories - mastodon.git/commitdiff
Fix background-color of emoji-mart selector (#17011)
authorClaire <claire.github-309c@sitedethib.com>
Fri, 19 Nov 2021 17:21:37 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Nov 2021 17:21:37 +0000 (18:21 +0100)
Reverts part of #16907 to fix hardcoded color

app/javascript/styles/mastodon/emoji_picker.scss

index e025c97edcf41ce8c5fc33b5f3c52edd189fcf84..e7305746506d626a4b2a13f925ead905a5ba8448 100644 (file)
     left: 0;
     width: 100%;
     height: 100%;
-    // background-color: rgba($ui-secondary-color, 0.7);
-    background-color: #f4f4f4;
+    background-color: rgba($ui-secondary-color, 0.7);
     border-radius: 100%;
   }
 }