Fix highlight in CountryCodeSelect

This commit is contained in:
Fedor Indutny 2024-02-09 10:36:54 -08:00 committed by GitHub
parent 9a50eb8663
commit 5137d882cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,13 +49,13 @@
}
&__Modal__body {
padding-inline: 16px;
padding-inline: 10px;
padding-block: 16px 0;
}
&__Modal__Search__container.module-SearchInput__container {
margin-block: 8px;
margin-inline: 0;
margin-inline: 10px;
}
&__table {
@ -82,10 +82,11 @@
align-items: center;
height: 40px;
padding-inline: 8px;
padding-inline: 14px;
border-radius: 8px;
@include keyboard-mode {
&:focus {
@include mouse-mode {
&:hover {
@include light-theme {
background-color: $color-black-alpha-06;
}
@ -94,6 +95,12 @@
}
}
}
@include keyboard-mode {
&:focus {
box-shadow: inset 0px 0px 0px 2px $color-ultramarine;
}
}
}
&__CountryButton__name {