Fix background-color of emoji-mart selector (#17011)

Reverts part of #16907 to fix hardcoded color
lolsob-rspec
Claire 2021-11-19 18:21:37 +01:00 committed by GitHub
parent 869faf5f87
commit 3d8a884f06
1 changed files with 1 additions and 2 deletions

View File

@ -176,8 +176,7 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
// background-color: rgba($ui-secondary-color, 0.7); background-color: rgba($ui-secondary-color, 0.7);
background-color: #f4f4f4;
border-radius: 100%; border-radius: 100%;
} }
} }