Update error styles per CSR-629
This commit is contained in:
parent
ab5a5a0968
commit
c8c48ebeb2
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue