Commit c6a5e6ac authored by Chris Rebert's avatar Chris Rebert

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

parent 831bbb8b
...@@ -47,7 +47,7 @@ input[type="checkbox"] { ...@@ -47,7 +47,7 @@ input[type="checkbox"] {
line-height: normal; 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"] { input[type="file"] {
display: block; display: block;
} }
...@@ -71,7 +71,7 @@ select optgroup { ...@@ -71,7 +71,7 @@ select optgroup {
font-family: inherit; font-family: inherit;
} }
// Focus for select, file, radio, and checkbox // Focus for file, radio, and checkbox
input[type="file"]:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus { input[type="checkbox"]:focus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment