Skip to content

Commit 04edc88

Browse files
committed
Merge pull request designmodo#82 from supercaracal/master
issues#81
2 parents 41488e7 + eaeb065 commit 04edc88

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

‎less/modules/forms.less‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ label {
8686
}
8787
}
8888

89+
select {
90+
&.form-control {
91+
-webkit-appearance: menulist;
92+
}
93+
}
94+
8995
// Form control sizing
9096
.input-sm {
9197
.input-size(@input-height-small; 8px; 10px; floor(@font-size-base * 0.929); @line-height-base);
@@ -124,4 +130,4 @@ label {
124130
.form-group {
125131
position: relative;
126132
margin-bottom: 20px;
127-
}
133+
}

‎less/modules/select.less‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
.select {
88
display: inline-block;
99
margin-bottom: 10px;
10-
-webkit-appearance: menulist;
1110

1211
// Select grid
1312
&[class*="span"] {
@@ -141,4 +140,4 @@
141140
.caret {
142141
.caret(@inverse);
143142
}
144-
}
143+
}

0 commit comments

Comments
 (0)