Fix highlight in CountryCodeSelect

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2024-02-09 14:14:08 -06:00 committed by GitHub
parent 4463071d56
commit 74dd88f917
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 {