mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
优化下拉菜单的样式&同步亮色和柔和暗色主题下的菜单颜色
This commit is contained in:
@@ -92,7 +92,7 @@ export const clone = css`
|
||||
.item {
|
||||
border-radius: ${otherThemeVars.border.radius};
|
||||
padding: 6px 8px;
|
||||
line-height: 1.5;
|
||||
min-height: 32px;
|
||||
margin: 0;
|
||||
svg {
|
||||
color: ${themeVars.color.text.light.num1};
|
||||
|
||||
@@ -655,7 +655,8 @@ export const issueSidebar = css`
|
||||
.ui.form .due-date {
|
||||
color: ${themeVars.color.text.self};
|
||||
}
|
||||
.divider {
|
||||
// 分割线
|
||||
> .divider {
|
||||
margin: 12px 0 12px 8px;
|
||||
width: calc(100% - 16px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user