Fix country selector is not showing its emptyLabel default icon

This commit is contained in:
hadi 2023-12-06 12:05:02 +01:00
parent 517a306756
commit 51bc34d49f

View File

@ -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;