react-antd-cssvars
Version:
A minimal cssvars antd module
12 lines (9 loc) • 309 B
text/less
@mentions-prefix: ~"@{ant-prefix}-mentions";
.@{mentions-prefix} {
color: @antd-text-color;
background-color: @antd-table-head-background;
border: 1px solid @antd-border-color;
&:hover, .@{mentions-prefix}:focus, .@{mentions-prefix}-focused {
border-color: @antd-primary-color-hover;
}
}