-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Milestone
Description
When a select element has focus it is not highlighted in blue as per other input elements. Also Select element doesn't have red error style
Suggested fix:
ln 780
form input[type=text]:focus, form input[type=password]:focus, form textarea:focus, form select:focus {
...
}ln 798
form div.error input[type=text], form div.error input[type=password], form div.error textarea, form div.error select {
...
}ln 804
form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus, form div.error select:focus {
...
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels