Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GitHub Mirror
mastodon
Mastodon
Commits
61590206
Unverified
Commit
61590206
authored
Nov 19, 2021
by
Claire
Committed by
GitHub
Nov 19, 2021
Browse files
Fix background-color of emoji-mart selector (#17011)
Reverts part of #16907 to fix hardcoded color
parent
3419d3ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/javascript/styles/mastodon/emoji_picker.scss
View file @
61590206
...
...
@@ -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%
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment