Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Changed select field error state to on touched for consistency #38

Merged
merged 5 commits into from
Nov 29, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/public/styles/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

input.ng-invalid.ng-touched,
select.ng-invalid.submitted {
select.ng-invalid.ng-touched {
Blackbaud-TrevorBurch marked this conversation as resolved.
Show resolved Hide resolved
@include sky-field-status(invalid);
}

Expand Down