Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[154] Firefox: avoid red glow on invalid input
Browse files Browse the repository at this point in the history
iazel committed Feb 2, 2020
1 parent 82b3654 commit 4146106
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Internal/Style.elm
Original file line number Diff line number Diff line change
@@ -697,6 +697,9 @@ overrides =

inputTextReset =
"""
:invalid, :-moz-ui-invalid {
box-shadow: none;
}
input[type="search"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,

0 comments on commit 4146106

Please sign in to comment.