Commit c1b4a07acff7b596a91dce3f2b53940a70d8c5b1
Committed by
GitHub
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,11 +31,6 @@ button, input, select, textarea { | ||
| 31 | line-height: inherit; | 31 | line-height: inherit; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | -ul, | ||
| 35 | -ol { | ||
| 36 | - list-style: none; | ||
| 37 | -} | ||
| 38 | - | ||
| 39 | input::-ms-clear, input::-ms-reveal { | 34 | input::-ms-clear, input::-ms-reveal { |
| 40 | display: none; | 35 | display: none; |
| 41 | } | 36 | } |