mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Add missing @popover-text-color variable
This commit is contained in:
parent
5b22faacce
commit
eafb41d129
@ -71,13 +71,13 @@
|
||||
|
||||
&-inner-content {
|
||||
padding: 8px 16px;
|
||||
color: @text-color;
|
||||
color: @popover-color;
|
||||
}
|
||||
|
||||
&-message {
|
||||
padding: 8px 0 16px;
|
||||
font-size: @font-size-base;
|
||||
color: @text-color;
|
||||
color: @popover-color;
|
||||
> .@{iconfont-css-prefix} {
|
||||
color: @warning-color;
|
||||
line-height: 17px;
|
||||
|
@ -252,6 +252,8 @@
|
||||
// ---
|
||||
//** Popover body background color
|
||||
@popover-bg: #fff;
|
||||
//** Popover text color
|
||||
@popover-color: @text-color;
|
||||
//** Popover maximum width
|
||||
@popover-min-width: 177px;
|
||||
//** Popover arrow width
|
||||
|
Loading…
Reference in New Issue
Block a user