enhanced select2 text-sm support with form-control-sm

This commit is contained in:
REJack
2020-02-21 15:09:02 +01:00
parent 4ba150d509
commit ede720e2b8
5 changed files with 30 additions and 12 deletions

View File

@@ -213,8 +213,15 @@
}
}
// text-sm override
.text-sm {
// text-sm / form-control-sm override
select.form-control-sm ~ {
.select2-container--default {
font-size: $font-size-sm;
}
}
.text-sm,
select.form-control-sm ~ {
.select2-container--default {
.select2-selection--single {
height: $input-height-sm;