CSR-933 qa fix focus state.

This commit is contained in:
Bryan Mauger 2022-11-11 14:02:03 -05:00
parent c3dd38bc48
commit 851c37cb87

View file

@ -32,7 +32,7 @@ html {
}
.form-check-input {
&:focus {
@include box-shadow-hover($red-200);
box-shadow: 0 0 0 2.5px $red;
}
}
// END HOVER