mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
parent
f6d12c5d88
commit
b70d607b9f
@ -1,6 +1,6 @@
|
|||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import Tag, { TagProps } from '../tag';
|
import Tag, { TagProps } from '../tag';
|
||||||
|
|
||||||
export default function PickerButton(props: TagProps) {
|
export default function PickerTag(props: TagProps) {
|
||||||
return <Tag color="blue" {...props} />;
|
return <Tag color="blue" {...props} />;
|
||||||
}
|
}
|
||||||
|
@ -243,7 +243,11 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{picker-prefix-cls}-preset span {
|
// https://github.com/ant-design/ant-design/issues/23687
|
||||||
|
.@{picker-prefix-cls}-preset > .@{ant-prefix}-tag-blue {
|
||||||
|
color: @primary-color;
|
||||||
|
background: @primary-1;
|
||||||
|
border-color: @primary-3;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user