mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-28 15:20:30 +00:00
Compare commits
2 Commits
e4cf7abcdc
...
4bdbb764ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bdbb764ee | ||
|
|
ff586c7385 |
1
.github/release.md
vendored
1
.github/release.md
vendored
@@ -7,3 +7,4 @@
|
|||||||
### 🐞 Fix
|
### 🐞 Fix
|
||||||
|
|
||||||
- 修复后台账户管理排序菜单项的宽度问题
|
- 修复后台账户管理排序菜单项的宽度问题
|
||||||
|
- 修复合并提交中的主色调按钮组阴影问题
|
||||||
|
|||||||
@@ -39,6 +39,14 @@ export const baseButton = css`
|
|||||||
${primaryHoverStyle}
|
${primaryHoverStyle}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 按钮组整体有阴影
|
||||||
|
&.buttons {
|
||||||
|
box-shadow: ${themeVars.github.shadow.resting.small};
|
||||||
|
.button {
|
||||||
|
// 按钮组里的按钮无阴影
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// 主色调基本按钮和普通按钮一样
|
// 主色调基本按钮和普通按钮一样
|
||||||
// 作者的关注按钮
|
// 作者的关注按钮
|
||||||
|
|||||||
Reference in New Issue
Block a user