Commit 7f3a6f9db677760d393875d11d0436241c386487

Authored by Sergio Crisostomo
1 parent 0fce118e

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 }
... ...