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