Skip to content

Commit

Permalink
fix(input): Remove red box shadow from required inputs in Firefox (#3…
Browse files Browse the repository at this point in the history
…036)
  • Loading branch information
Ayesha Mazumdar authored Jan 31, 2018
1 parent 14aa268 commit 069a3c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/components/input/base/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,11 @@
color: $color-text-error;
}
}

.slds-input:required {
box-shadow: none;
}

.slds-input:required:focus {
box-shadow: $shadow-button-focus;
}

0 comments on commit 069a3c8

Please sign in to comment.