react-antd-cssvars
Version:
A minimal cssvars antd module
15 lines (10 loc) • 389 B
text/less
@selecttree-prefix: ~"@{ant-prefix}-select-tree";
.@{selecttree-prefix} {
color: @antd-text-color;
}
.@{selecttree-prefix} .@{selecttree-prefix}-node-content-wrapper:hover {
background-color: @antd-background-hover;
}
.@{selecttree-prefix} .@{selecttree-prefix}-node-content-wrapper.@{selecttree-prefix}-node-selected {
background-color: @antd-background-selected;
}