mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: mentions bg
This commit is contained in:
parent
d316190e41
commit
608c000852
@ -147,7 +147,7 @@
|
||||
|
||||
&:hover {
|
||||
color: @disabled-color;
|
||||
background-color: @component-background;
|
||||
background-color: @mentions-dropdown-menu-item-hover-bg;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
@ -285,6 +285,7 @@
|
||||
// ---
|
||||
// dark theme
|
||||
@menu-dark-submenu-bg: @black;
|
||||
@menu-dark-bg: @popover-background;
|
||||
@menu-popup-bg: @popover-background;
|
||||
|
||||
// Message
|
||||
|
@ -357,6 +357,7 @@
|
||||
// Mentions
|
||||
// ---
|
||||
@mentions-dropdown-bg: @component-background;
|
||||
@mentions-dropdown-menu-item-hover-bg: @mentions-dropdown-bg;
|
||||
|
||||
// Select
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user