mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Don't colorize validated custom checkboxes/radios
This commit is contained in:
parent
8733ae17e7
commit
1316c1f25f
@ -94,7 +94,9 @@ a.discrete-link:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-check-input.is-valid ~ .form-check-label,
|
.form-check-input.is-valid ~ .form-check-label,
|
||||||
.was-validated .form-check-input:valid ~ .form-check-label {
|
.was-validated .form-check-input:valid ~ .form-check-label,
|
||||||
|
.custom-control-input.is-valid ~ .custom-control-label,
|
||||||
|
.was-validated .custom-control-input:valid ~ .custom-control-label {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user