0
0
Fork 0

Fix emoji picker dropdown background and borders (#29653)

This commit is contained in:
Claire 2024-03-20 12:06:50 +01:00 committed by GitHub
parent a583317df6
commit e36e7ea243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 15 deletions

View file

@ -4848,6 +4848,11 @@ a.status-card {
position: relative;
margin-top: 5px;
z-index: 2;
background: var(--dropdown-background-color);
backdrop-filter: var(--background-filter);
border: 1px solid var(--dropdown-border-color);
box-shadow: var(--dropdown-shadow);
border-radius: 5px;
.emoji-mart-scroll {
transition: opacity 200ms ease;