Skip to content

Commit

Permalink
.form-control: add note about <select> & border-radius
Browse files Browse the repository at this point in the history
Refs #15340
  • Loading branch information
cvrebert committed Jan 16, 2015
1 parent b7c332f commit 85a6595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ output {
background-color: @input-bg;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid @input-border;
border-radius: @input-border-radius;
border-radius: @input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
.transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");

Expand Down

0 comments on commit 85a6595

Please sign in to comment.