Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法从 IE 10 中删除密码眼睛。我尝试使用
input[password]::-ms-reveal {display : none ;}
但对我不起作用。
有什么建议么?
这个工作得很好:
input[type=password]::-ms-reveal, input[type=password]::-ms-clear { display: none; }