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