Merge pull request #289 from deepred5/master

去除ie浏览器下input框自带的"X"
This commit is contained in:
DIYgod 2018-06-27 23:01:42 +08:00 committed by GitHub
commit 5a19f45b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ node_modules
demo2
npm-debug.log
DPlayer.log*
wxw
wxw
.vscode

View File

@ -236,6 +236,9 @@
color: #fff;
opacity: 0.8;
}
&::-ms-clear {
display: none;
}
}
}
&.dplayer-icons-left {