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:
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user