Update error styles per CSR-629

This commit is contained in:
bmauger 2022-05-19 08:54:22 -04:00
parent ab5a5a0968
commit c8c48ebeb2

View file

@ -88,12 +88,14 @@ html {
border: 1px solid $gray-500; border: 1px solid $gray-500;
input:not(:focus) { input:not(:focus) {
+ label { + label {
border: none;
box-shadow: 0 0 0 1px $gray-500; box-shadow: 0 0 0 1px $gray-500;
border-radius: .5rem; border-radius: .5rem;
} }
} }
input:checked:focus { input:checked:focus {
+ label { + label {
border: none;
box-shadow: 0 0 0 2.5px $blue; box-shadow: 0 0 0 2.5px $blue;
border-radius: .5rem; border-radius: .5rem;
} }