only remove gray border when checked.
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
}
|
||||
.tabbing-active &.umb-form-check--checkbox &__input:focus ~ .umb-form-check__state .umb-form-check__check {
|
||||
outline: 2px solid @inputBorderTabFocus;
|
||||
}
|
||||
.tabbing-active &.umb-form-check--checkbox &__input:checked:focus ~ .umb-form-check__state .umb-form-check__check {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user