Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
d3f08e37
Commit
d3f08e37
authored
Jul 22, 2021
by
M69w
Committed by
Netfan
Jul 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(style): fix checkbox-checked css in dark mode
parent
ee44d99c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
index.less
src/design/ant/index.less
+1
-0
theme.less
src/design/theme.less
+0
-5
No files found.
src/design/ant/index.less
View file @
d3f08e37
...
@@ -58,6 +58,7 @@ span.anticon:not(.app-iconify) {
...
@@ -58,6 +58,7 @@ span.anticon:not(.app-iconify) {
color: @primary-color !important;
color: @primary-color !important;
}
}
.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
border-top: 0 !important;
border-top: 0 !important;
border-left: 0 !important;
border-left: 0 !important;
...
...
src/design/theme.less
View file @
d3f08e37
...
@@ -37,9 +37,4 @@ html[data-theme='light'] {
...
@@ -37,9 +37,4 @@ html[data-theme='light'] {
box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset,
box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset,
0 1px 0 0 #434343 inset;
0 1px 0 0 #434343 inset;
}
}
.ant-checkbox-checked .ant-checkbox-inner::after {
border-top: 0;
border-left: 0;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment