]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rm outdated `<select>` references from comments in forms.less
authorChris Rebert <github@rebertia.com>
Fri, 10 Jan 2014 22:34:25 +0000 (14:34 -0800)
committerChris Rebert <github@rebertia.com>
Fri, 10 Jan 2014 22:34:25 +0000 (14:34 -0800)
less/forms.less

index 0f592252aa61ecccf966f72b5b0dbc76d604252d..6b475ae1371417cfec25d3473ee56c5b73b79a34 100644 (file)
@@ -47,7 +47,7 @@ input[type="checkbox"] {
   line-height: normal;
 }
 
-// Set the height of select and file controls to match text inputs
+// Set the height of file controls to match text inputs
 input[type="file"] {
   display: block;
 }
@@ -71,7 +71,7 @@ select optgroup {
   font-family: inherit;
 }
 
-// Focus for select, file, radio, and checkbox
+// Focus for file, radio, and checkbox
 input[type="file"]:focus,
 input[type="radio"]:focus,
 input[type="checkbox"]:focus {