mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Don't colorize validated custom checkboxes/radios
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user