1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Optimize internal link dialog cod (#5466)

* optimize code

* optimize code
This commit is contained in:
杨顺强
2023-05-12 11:24:34 +08:00
committed by GitHub
parent d090dd0ec0
commit 87dc0289d1
11 changed files with 103 additions and 64 deletions

View File

@@ -15,8 +15,7 @@ body {
line-height: 1.5;
margin-bottom: 0;
}
.file-star,
.file-internal-link {
.file-star {
font-size: .875rem;
color: #999;
margin-left: .5rem;

View File

@@ -1,10 +0,0 @@
.file-internal-link {
font-size: .8em;
color: #808080;
cursor: pointer;
margin-left: .5rem;
vertical-align: text-bottom;
}
.file-internal-link:hover {
color: #333;
}

View File

@@ -200,8 +200,7 @@
font-size: 0.875rem;
}
.topbar-file-info .file-title .file-star,
.topbar-file-info .file-title .file-internal-link {
.topbar-file-info .file-title .file-star {
font-size: 0.875rem;
cursor: pointer;
margin-left: 0.5rem;
@@ -209,15 +208,6 @@
color: #999;
}
.topbar-file-info .file-title .file-internal-link {
font-size: 12px;
font-weight: 700;
}
.topbar-file-info .file-title .file-internal-link:hover {
color: #333;
}
.topbar-file-info .file-title .file-star .star {
color: #999;
}