|
|
@ -15,13 +15,16 @@ a:focus { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
input { |
|
|
|
input { |
|
|
|
&::-webkit-contacts-auto-fill-button,&::-ms-clear { |
|
|
|
&::-webkit-contacts-auto-fill-button { |
|
|
|
visibility: hidden; |
|
|
|
visibility: hidden; |
|
|
|
display: none !important; |
|
|
|
display: none !important; |
|
|
|
pointer-events: none; |
|
|
|
pointer-events: none; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&::-ms-clear { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
input, |
|
|
|
input, |
|
|
|