Compare commits

...

2 Commits

Author SHA1 Message Date
lutinglt
4bdbb764ee fix 2025-09-12 10:26:29 +08:00
lutinglt
ff586c7385 修复合并提交中的主色调按钮组阴影问题 2025-09-12 09:28:23 +08:00
2 changed files with 9 additions and 0 deletions

1
.github/release.md vendored
View File

@@ -7,3 +7,4 @@
### 🐞 Fix ### 🐞 Fix
- 修复后台账户管理排序菜单项的宽度问题 - 修复后台账户管理排序菜单项的宽度问题
- 修复合并提交中的主色调按钮组阴影问题

View File

@@ -39,6 +39,14 @@ export const baseButton = css`
${primaryHoverStyle} ${primaryHoverStyle}
} }
} }
// 按钮组整体有阴影
&.buttons {
box-shadow: ${themeVars.github.shadow.resting.small};
.button {
// 按钮组里的按钮无阴影
box-shadow: none;
}
}
} }
// 主色调基本按钮和普通按钮一样 // 主色调基本按钮和普通按钮一样
// 作者的关注按钮 // 作者的关注按钮