fix: mentions bg

This commit is contained in:
ycjcl868 2019-12-21 17:07:29 +08:00
parent d316190e41
commit 608c000852
3 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,7 @@
&:hover {
color: @disabled-color;
background-color: @component-background;
background-color: @mentions-dropdown-menu-item-hover-bg;
cursor: not-allowed;
}
}

View File

@ -285,6 +285,7 @@
// ---
// dark theme
@menu-dark-submenu-bg: @black;
@menu-dark-bg: @popover-background;
@menu-popup-bg: @popover-background;
// Message

View File

@ -357,6 +357,7 @@
// Mentions
// ---
@mentions-dropdown-bg: @component-background;
@mentions-dropdown-menu-item-hover-bg: @mentions-dropdown-bg;
// Select
// ---