From 7f3a6f9db677760d393875d11d0436241c386487 Mon Sep 17 00:00:00 2001 From: Sergio Crisostomo Date: Mon, 26 Feb 2018 15:08:14 +0100 Subject: [PATCH] Remove global list-style reset --- src/styles/common/base.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/styles/common/base.less b/src/styles/common/base.less index 5214f418..51c65f72 100644 --- a/src/styles/common/base.less +++ b/src/styles/common/base.less @@ -31,11 +31,6 @@ button, input, select, textarea { line-height: inherit; } -ul, -ol { - list-style: none; -} - input::-ms-clear, input::-ms-reveal { display: none; }