Remove box-shadow on required inputs

old
rubenmoya 2017-09-18 19:57:40 +02:00
parent e1f320c580
commit 14eb6cae8d
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 {