一些颜色修复

This commit is contained in:
lutinglt
2025-07-06 20:11:27 +08:00
parent 3b0f481be7
commit dc6605d780
7 changed files with 68 additions and 100 deletions

View File

@@ -93,6 +93,18 @@ export const comment = css`
box-shadow: 0 0 0 1px ${themeVars.color.primary.self} !important;
}
}
.comment-header-right {
.context-dropdown {
// 评论菜单的删除按钮
.menu .item.delete-comment {
color: ${themeVars.color.red.self};
&:hover {
background-color: ${themeVars.color.red.badge.bg} !important;
color: ${themeVars.color.red.light};
}
}
}
}
}
`;