fix: 菜单搜索图标适配暗黑模式
This commit is contained in:
@@ -158,6 +158,10 @@ const handleInputKeydown: (evt: KeyboardEvent | Event) => any = (evt) => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.command-palette-trigger__left :deep([class^="i-svg:"]) {
|
||||||
|
color: var(--el-text-color-secondary) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.command-palette-trigger__text {
|
.command-palette-trigger__text {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: var(--el-text-color-secondary);
|
color: var(--el-text-color-secondary);
|
||||||
|
|||||||
Reference in New Issue
Block a user