From c0fc7e840611d4ee0a7de6d1f3d1268ffcf4289a Mon Sep 17 00:00:00 2001 From: Victor Mireyev Date: Wed, 9 Jan 2019 15:13:10 +0300 Subject: [PATCH] Translate CSS comments to English. --- assets/index.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/index.less b/assets/index.less index 5b7cda3..1eccdd4 100644 --- a/assets/index.less +++ b/assets/index.less @@ -1,7 +1,7 @@ @checkboxWarpPrefixCls: rc-checkbox; @checkboxInnerPrefixCls: ~"@{checkboxWarpPrefixCls}-inner"; -/* 一般状态 */ +/* Default state */ .@{checkboxWarpPrefixCls} { white-space: nowrap; cursor: pointer; @@ -61,7 +61,7 @@ } } -/* 选中状态 */ +/* Checked state */ .@{checkboxWarpPrefixCls}-checked { &:hover { @@ -154,4 +154,4 @@ 100% { opacity: 0; } -} \ No newline at end of file +}