mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
12.0 optimize wiki nav style (#6398)
* delete useless classnames * change icon style * fix click trigger area
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.side-panel .side-nav-folded .nav-item {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.side-panel .side-nav-folded .nav-item .nav-link:hover {
|
||||
transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 0.1);
|
||||
}
|
||||
|
@@ -1,5 +1,7 @@
|
||||
.side-nav-icon-tip-popover {
|
||||
cursor: pointer;
|
||||
padding-left: 0 !important;
|
||||
left: 20px !important;
|
||||
}
|
||||
|
||||
.side-nav-icon-tip {
|
||||
|
Reference in New Issue
Block a user