@ttk/component
Version:
ttk组件库
17 lines (15 loc) • 563 B
text/less
@import '../../assets/theme/index';
.@{ant-prefix}-popover{
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
.@{ant-prefix}-menu:not(.@{ant-prefix}-menu-horizontal) .@{ant-prefix}-menu-item-selected{
background-color: #fff;
}
.@{ant-prefix}-menu:not(.@{ant-prefix}-menu-horizontal) .@{ant-prefix}-menu-item-selected:hover{
background-color: @item-hover-bg;
color: @primary-color;
}
.@{ant-prefix}-popover-inner-content {
color: #333;
}
}