Emphasise remove button focus

This commit is contained in:
Josh Johnson 2019-11-19 21:25:38 +00:00
parent 81e406de85
commit 10f834ce36
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@
height: 20px;
width: 20px;
border-radius: 10em;
opacity: 0.5;
opacity: 0.25;
}
.choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {

File diff suppressed because one or more lines are too long

View file

@ -74,7 +74,7 @@ $choices-icon-cross-inverse: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiI
height: 20px;
width: 20px;
border-radius: 10em;
opacity: 0.5;
opacity: 0.25;
&:hover,
&:focus {
opacity: 1;