Commit c1b4a07acff7b596a91dce3f2b53940a70d8c5b1

Authored by Aresn
Committed by GitHub
2 parents f5213902 7f3a6f9d

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

Remove global list-style reset
Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
src/styles/common/base.less
... ... @@ -31,11 +31,6 @@ button, input, select, textarea {
31 31 line-height: inherit;
32 32 }
33 33  
34   -ul,
35   -ol {
36   - list-style: none;
37   -}
38   -
39 34 input::-ms-clear, input::-ms-reveal {
40 35 display: none;
41 36 }
... ...