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

Hover title (#7988)

* ['share' dialog] 'Share Link' panel: display full link when hover on the 'cut' link in the link list

* [user side panel] 'Files' sub nav items: added '.ellipsis' and display full text when hover on them

* ['library view' page] added title for the 'open/close the panel' icon

* ['library view' page] folder/file items: added title to the 'Star/Unstar' icon

* ['library view' page] improved the path bar(display full text when hover on the path items, and etc.)

* ['Properties' popover] added titles for the 'settings' icon & the 'close' icon

* [the top-right search] added title for the 'clear' icon

* [dialogs] added title for the 'search' & 'close' icons in dialogs/popovers
This commit is contained in:
llj
2025-06-27 21:02:25 +08:00
committed by GitHub
parent 1ae412f5d0
commit 67c6fbd5b7
18 changed files with 60 additions and 33 deletions

View File

@@ -261,12 +261,12 @@
.dir-view-path .path-item,
.dir-view-path .last-path-item {
display: inline-block;
min-width: 0; /* overwrite some styles */
padding: 0 6px;
font-size: 1rem;
color: inherit;
border-radius: 3px;
text-decoration: none;
min-width: 28px;
max-width: 172px;
overflow: hidden;
text-overflow: ellipsis;