From c934014ba09f3fc736c61fd7125fa0fc0709a90d Mon Sep 17 00:00:00 2001 From: hadi Date: Wed, 6 Dec 2023 12:05:02 +0100 Subject: [PATCH] Fix country selector is not showing its emptyLabel default icon --- api/templates/default/css/flags.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/css/flags.css b/api/templates/default/css/flags.css index 8f446929b2..f524b05d93 100644 --- a/api/templates/default/css/flags.css +++ b/api/templates/default/css/flags.css @@ -9,7 +9,7 @@ et2-select-country:not([open])::part(prefix), et2-select-country::part(flag) { margin-right: 10px; } /* No country selected*/ -et2-select-country[value=""]::part(prefix), et2-select-country::part(emptyLabel) { +et2-select-country:not(.hasValue)::part(prefix), et2-select-country::part(emptyLabel) { background-image: url(../images/internet.svg); background-position: center; background-size: 20px;