Skip to content

Commit c0fc7e8

Browse files
AmbientLighterafc163
authored andcommitted
Translate CSS comments to English.
1 parent 1e07788 commit c0fc7e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/index.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@checkboxWarpPrefixCls: rc-checkbox;
22
@checkboxInnerPrefixCls: ~"@{checkboxWarpPrefixCls}-inner";
33

4-
/* 一般状态 */
4+
/* Default state */
55
.@{checkboxWarpPrefixCls} {
66
white-space: nowrap;
77
cursor: pointer;
@@ -61,7 +61,7 @@
6161
}
6262
}
6363

64-
/* 选中状态 */
64+
/* Checked state */
6565
.@{checkboxWarpPrefixCls}-checked {
6666

6767
&:hover {
@@ -154,4 +154,4 @@
154154
100% {
155155
opacity: 0;
156156
}
157-
}
157+
}

0 commit comments

Comments
 (0)