Merge pull request #1682 from rubenmoya/1639-fix-input-border-firefox

Remove box-shadow on required inputs
old
Rubén Moya 2018-01-23 18:03:44 +01:00 committed by GitHub
commit 4b93b0fe8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
padding: var(--input-field-padding) 0;
width: 100%;
&:required {
box-shadow: none;
}
&:focus:not([disabled]):not([readonly]) {
& ~ .bar::before,
& ~ .bar::after {