We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e07788 commit c0fc7e8Copy full SHA for c0fc7e8
assets/index.less
@@ -1,7 +1,7 @@
1
@checkboxWarpPrefixCls: rc-checkbox;
2
@checkboxInnerPrefixCls: ~"@{checkboxWarpPrefixCls}-inner";
3
4
-/* 一般状态 */
+/* Default state */
5
.@{checkboxWarpPrefixCls} {
6
white-space: nowrap;
7
cursor: pointer;
@@ -61,7 +61,7 @@
61
}
62
63
64
-/* 选中状态 */
+/* Checked state */
65
.@{checkboxWarpPrefixCls}-checked {
66
67
&:hover {
@@ -154,4 +154,4 @@
154
100% {
155
opacity: 0;
156
157
-}
+}
0 commit comments