1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

fix #900 is-invalid-lite class is not working under was-validated form class (#964)

This commit is contained in:
Paweł Kuna
2021-12-14 11:33:43 +01:00
committed by GitHub
parent a00d6020c8
commit 4a2fa8cc8c

View File

@@ -1,5 +1,5 @@
%validation-lite {
border-color: var(--#{$variable-prefix}border-color);
border-color: var(--#{$variable-prefix}border-color) !important;
}
@each $state, $data in $form-validation-states {