rm outdated `<select>` references from comments in forms.less

This commit is contained in:
Chris Rebert 2014-01-10 14:34:25 -08:00
parent 831bbb8b45
commit c6a5e6accb
1 changed files with 2 additions and 2 deletions

View 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 {