1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

12.0 change dropdown menu style (#6227)

* 01 remove 200px dropdown menu

* 02 change check mark icon className

* 03 change dropdown padding

* 04 change menu min width 200px

* 05 change sort repos dropdown
This commit is contained in:
Michael An
2024-06-19 15:16:54 +08:00
committed by GitHub
parent dfe4278679
commit d722b852fe
20 changed files with 735 additions and 674 deletions

View File

@@ -37,10 +37,6 @@
margin-right: 0.25rem;
}
.history-body .dropdown-menu {
min-width: 8rem;
}
.history-body .dropdown-menu a {
text-decoration: none;
color: #6e7687;

View File

@@ -153,10 +153,6 @@
color:#fff;
}
.dropdown-menu {
min-width: 8rem;
}
.parent-path {
position: relative;
}

View File

@@ -177,10 +177,6 @@
color:#fff;
}
.dropdown-menu {
min-width: 8rem;
}
.parent-path {
position: relative;
}

View File

@@ -39,20 +39,6 @@
margin-right: -4px;
}
#cur-view-change-mode-dropdown .dropdown-item {
padding: 4px 16px;
}
#cur-view-change-mode-dropdown .dropdown-item .fas,
#cur-view-change-mode-dropdown .dropdown-item .sf3-font {
color: #666;
}
#cur-view-change-mode-dropdown .dropdown-item:hover .fas,
#cur-view-change-mode-dropdown .dropdown-item:hover .sf3-font {
color: #fff;
}
/* begin common-toolbar */
.common-toolbar {
display: flex;

View File

@@ -46,7 +46,6 @@
}
.notification-header-close .dropdown-menu {
min-width: 8rem;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}