Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zhaowei
dlink
Commits
7c73c5d8
Commit
7c73c5d8
authored
Jun 07, 2022
by
zhu-mingye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimize tree search results highlight & & select background color
parent
da00432d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
index.less
dlink-web/src/components/Studio/StudioTree/index.less
+3
-1
index.less
dlink-web/src/components/Studio/index.less
+6
-0
No files found.
dlink-web/src/components/Studio/StudioTree/index.less
View file @
7c73c5d8
...
...
@@ -18,5 +18,7 @@
.site-tree-search-value {
//color: #00EE76;
color: #1678ff;
color: #c00b26;
background-color: rgba(3, 102, 214, 0.5);
font-size: 15px;
}
dlink-web/src/components/Studio/index.less
View file @
7c73c5d8
...
...
@@ -119,6 +119,12 @@
overflow: hidden;
text-overflow-ellipsis: true;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before, .ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before {
background: rgba(21, 115, 204, 0.58);
//background: linear-gradient(112.72013189013455deg, rgba(240, 94, 7,1) 4.927083333333334%,rgba(30, 189, 177,1) 97.84374999999999%);
top: -3px;
//background: linear-gradient(151.47483992787556deg, rgba(97, 116, 180,1) 28.044290288153682%,rgba(229, 151, 64,1) 78.3110992529349%);
}
}
}
/* --- tabs 垂直样式 --- end */
...
...
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