1
0
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:
Michael An
2024-07-23 10:49:42 +08:00
committed by GitHub
parent 22f41631fa
commit c64bb90669
9 changed files with 65 additions and 48 deletions

View File

@@ -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);
}

View File

@@ -1,5 +1,7 @@
.side-nav-icon-tip-popover {
cursor: pointer;
padding-left: 0 !important;
left: 20px !important;
}
.side-nav-icon-tip {