scss: apply box-shadow to custom radios and checkboxes (#37049)

This commit is contained in:
Serghei Mihai 2019-10-17 16:17:06 +02:00
parent 3c0dd0dc95
commit 925bea69ba
1 changed files with 3 additions and 0 deletions

View File

@ -410,6 +410,9 @@ div.select2-search {
}
&:focus + span {
&::before {
box-shadow: $widget-focus-box-shadow;
}
@if $widget-focus-outline == none {
outline: $widget-border;
@if extract-color($widget-border) == transparent {