欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

清除浏览器双击的阴影效果

程序员文章站 2022-03-02 11:00:06
清除双击的阴影效果。 -webkit-user-select: none; /* chrome/safari */ -moz-user-select: no...

清除双击的阴影效果。

-webkit-user-select: none; /* chrome/safari */        
-moz-user-select: none; /* firefox */
-ms-user-select: none; /* ie10+ */

/* rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;