Skip to content

Commit

Permalink
fix(input): remove red shadow for firefox
Browse files Browse the repository at this point in the history
fixes #16318
  • Loading branch information
manucorporat committed Nov 15, 2018
1 parent c9b4e66 commit 767d299
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
background-color: transparent;
}

&:invalid {
box-shadow: none;
}

&::-ms-clear {
display: none;
}
Expand Down

0 comments on commit 767d299

Please sign in to comment.