CSR-262: add thickened border styling on has-error buttons that get focused
This commit is contained in:
parent
de44616680
commit
ed1188ca5a
1 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue