Browse Source
Fix background-color of emoji-mart selector (#17011)
Reverts part of #16907 to fix hardcoded color
closed-social-glitch-2
Claire
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
app/javascript/styles/mastodon/emoji_picker.scss
|
|
@ -176,8 +176,7 @@ |
|
|
|
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%; |
|
|
|
} |
|
|
|
} |
|
|
|