Merge pull request #3061 from SergioCrisostomo/remove-css-list-reset

Remove global list-style reset
This commit is contained in:
Aresn 2018-02-27 10:14:28 +08:00 committed by GitHub
commit c1b4a07acf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,6 @@ button, input, select, textarea {
line-height: inherit;
}
ul,
ol {
list-style: none;
}
input::-ms-clear, input::-ms-reveal {
display: none;
}