1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

Merge pull request #779 from rjd22/patch-1

Make lite validation also work properly for form select
This commit is contained in:
Paweł Kuna
2021-02-08 23:12:48 +01:00
committed by GitHub

View File

@@ -6,4 +6,8 @@
.form-control.is-#{$state}-lite {
@extend %validation-lite;
}
}
.form-select.is-#{$state}-lite {
@extend %validation-lite;
}
}