Skip to content

Commit e674ea5

Browse files
committedDec 15, 2014
Add docs for twbs#15340
border-radius CSS property doesn't affect <select>s in some browsers. Hence, @input-border-radius doesn't affect <select class="form-control"> in some browsers. Closes twbs#15340. [skip sauce] [skip validator]
1 parent 35bced0 commit e674ea5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎less/variables.less

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187

188188
// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
189189
//** Default `.form-control` border radius
190+
// This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
190191
@input-border-radius: @border-radius-base;
191192
//** Large `.form-control` border radius
192193
@input-border-radius-large: @border-radius-large;

0 commit comments

Comments
 (0)
Please sign in to comment.