1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

Improvement - dirent grid view mode interactive experience (#6362)

* Improvement - dirent grid view mode interactive experience

* Fix - code formatting
This commit is contained in:
Aries
2024-07-18 11:17:19 +08:00
committed by GitHub
parent bc02e2f47d
commit 77def3b1f6
3 changed files with 66 additions and 40 deletions

View File

@@ -15,12 +15,9 @@
line-height: 0;
}
.grid-item:hover .grid-file-img-link {
background: #f8f8f8;
}
.grid-item:hover a {
color: #eb8205;
.grid-item:hover {
background: #f5f5f5;
border-radius: 5px;
}
.grid-file-img-link {
@@ -67,6 +64,11 @@
word-break: break-all;
}
.grid-file-name-link:hover {
color: #212529;
text-decoration: none;
}
.grid-file-locked-icon {
position: absolute;
bottom: 0;
@@ -75,11 +77,8 @@
}
.grid-selected-active {
background-color: #f8f8f8;
}
.grid-link-selected-active {
color: #eb8205;
background-color: #f2f4f6;
border-radius: 5px;
}
.grid-drop-show {