mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
fix: metadata refresh display (#7113)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -276,13 +276,17 @@
|
||||
.dir-view-path .path-item-refresh {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
display: inline-flex;
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-left: 2px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.cur-dir-path:hover .dir-view-path .path-item-refresh {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.dir-view-path .path-item-refresh:hover {
|
||||
background: #efefef;
|
||||
}
|
||||
|
Reference in New Issue
Block a user