CSR-262: add thickened border styling on has-error buttons that get focused

This commit is contained in:
Adam Caouette 2022-03-19 10:51:10 -04:00
parent de44616680
commit ed1188ca5a

View file

@ -7,9 +7,12 @@
box-shadow: 0 0 1px $red;
border-radius: .5rem;
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
box-shadow: 0 0 0 2.5px $red;
}
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label,
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
box-shadow: 0 0 0 2.5px transparent !important;