2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Redo the small custom select vars

— Sizing shorthand comes last
— Add height var and put it to use
This commit is contained in:
Mark Otto
2017-04-22 11:56:27 -07:00
parent dc3af6711d
commit ca44f5b03a
2 changed files with 4 additions and 7 deletions
+2 -6
View File
@@ -176,14 +176,10 @@
}
.custom-select-sm {
height: $custom-select-height-sm;
padding-top: $custom-select-padding-y;
padding-bottom: $custom-select-padding-y;
font-size: $custom-select-sm-font-size;
// &:not([multiple]) {
// height: 26px;
// min-height: 26px;
// }
font-size: $custom-select-font-size-sm;
}