Remove global list-style reset

This commit is contained in:
Sergio Crisostomo 2018-02-26 15:08:14 +01:00
parent 0fce118ef2
commit 7f3a6f9db6

View file

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