mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
修复嵌套下拉菜单样式和双选项切换按钮
This commit is contained in:
@@ -22,8 +22,9 @@ export const dashboard = css`
|
||||
display: none;
|
||||
}
|
||||
&:not(.active) {
|
||||
margin: 4px !important;
|
||||
width: calc(50% - 8px);
|
||||
border-radius: ${otherThemeVars.border.radius};
|
||||
margin: 6px !important;
|
||||
width: calc(50% - 12px);
|
||||
&:hover {
|
||||
background: ${themeVars.github.control.transparent.bgColor.hover};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user