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:
@@ -6,4 +6,8 @@
|
||||
.form-control.is-#{$state}-lite {
|
||||
@extend %validation-lite;
|
||||
}
|
||||
}
|
||||
|
||||
.form-select.is-#{$state}-lite {
|
||||
@extend %validation-lite;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user