From fd7ab098aaad5428b8fa168b24ef07be6cd02be4 Mon Sep 17 00:00:00 2001 From: Bougie <1742070326@qq.com> Date: Fri, 14 Jun 2019 15:47:37 +0800 Subject: [PATCH] chore(form): remove useless comment --- components/form/style/index.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/form/style/index.scss b/components/form/style/index.scss index 92e925159..0bf18cbac 100644 --- a/components/form/style/index.scss +++ b/components/form/style/index.scss @@ -45,7 +45,6 @@ } &--label--top { - // float: none; padding-right: 0; text-align: left; @@ -86,15 +85,11 @@ } &--msg__error { - // position: absolute; - // top: 100%; - // bottom: 0; font-size: $font-size-small; min-height: 24px; padding: 2px 0; box-sizing: border-box; line-height: 20px; - // white-space: nowrap; color: get-color($palette-secondary, 'danger'); .hi-form--inline & {