fix(ui): removed popup from country flag component

This commit is contained in:
sylenien 2022-05-16 09:35:11 +02:00 committed by Delirium
parent ac7a70ea62
commit e1ae8bae20

View file

@ -42,7 +42,7 @@
transition: .4s;
border-radius: 50%;
border: solid 1px rgba(0, 0, 0, 0.2);
background: inherit;
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
}