Skip to content

Commit

Permalink
Translate CSS comments to English.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbientLighter authored and afc163 committed Jan 9, 2019
1 parent 1e07788 commit c0fc7e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/index.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@checkboxWarpPrefixCls: rc-checkbox;
@checkboxInnerPrefixCls: ~"@{checkboxWarpPrefixCls}-inner";

/* 一般状态 */
/* Default state */
.@{checkboxWarpPrefixCls} {
white-space: nowrap;
cursor: pointer;
Expand Down Expand Up @@ -61,7 +61,7 @@
}
}

/* 选中状态 */
/* Checked state */
.@{checkboxWarpPrefixCls}-checked {

&:hover {
Expand Down Expand Up @@ -154,4 +154,4 @@
100% {
opacity: 0;
}
}
}

0 comments on commit c0fc7e8

Please sign in to comment.