Skip to content

Commit b6eedb2

Browse files
committed
fix typo in less
1 parent f6f1d77 commit b6eedb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/less/react-checkbox-tree.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@rct-icon-color: #33c;
22
@rct-label-hover: rgba(red(@rct-icon-color), green(@rct-icon-color), blue(@rct-icon-color), .1);
33
@rct-label-active: rgba(red(@rct-icon-color), green(@rct-icon-color), blue(@rct-icon-color), .15);
4-
@rct-label-hover: rgba(red(@rct-icon-color), green(@rct-icon-color), blue(@rct-icon-color), .1);
5-
@rct-label-active: rgba(red(@rct-icon-color), green(@rct-icon-color), blue(@rct-icon-color), .2);
4+
@rct-clickable-hover: rgba(red(@rct-icon-color), green(@rct-icon-color), blue(@rct-icon-color), .1);
5+
@rct-clickable-focus: rgba(red(@rct-icon-color), green(@rct-icon-color), blue(@rct-icon-color), .2);
66

77
.react-checkbox-tree {
88
font-size: 16px;

0 commit comments

Comments
 (0)