From e1ae8bae204f2a6879328becad6b853d9ba99716 Mon Sep 17 00:00:00 2001 From: sylenien Date: Mon, 16 May 2022 09:35:11 +0200 Subject: [PATCH] fix(ui): removed popup from country flag component --- frontend/app/components/ui/Toggler/toggler.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/ui/Toggler/toggler.css b/frontend/app/components/ui/Toggler/toggler.css index 6d5fae271..5b86ec65c 100644 --- a/frontend/app/components/ui/Toggler/toggler.css +++ b/frontend/app/components/ui/Toggler/toggler.css @@ -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); }