mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-27 05:31:04 +00:00
输入框, svg, 弹窗样式迁移
This commit is contained in:
11
styles/public/svg.tsx
Normal file
11
styles/public/svg.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { css, themeVars } from "src/types/vars";
|
||||
|
||||
// 关闭工单按钮设置为紫色
|
||||
export const issueClosed = css`
|
||||
.text.red .svg,
|
||||
.text.red.svg {
|
||||
&.octicon-issue-closed {
|
||||
color: ${themeVars.github.fgColor.done} !important;
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user