html5 remove the default style input type = month (vertical arrow)

 code show as below:

input[type=month]::-webkit-inner-spin-button{visibility: hidden;}

 

 

prior to:

 

After modification:

 

data:

html5 how to remove the default style input type data https://www.jianshu.com/p/298d6d54ffbc

 

Guess you like

Origin www.cnblogs.com/Fourteen-Y/p/11245063.html