2023-03-21 09:23:28 +08:00
|
|
|
.sidebar-custom-sections {
|
|
|
|
.sidebar-section-wrapper {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2023-03-28 07:13:27 +08:00
|
|
|
.sidebar-section-header {
|
|
|
|
position: relative;
|
|
|
|
}
|
2023-03-21 09:23:28 +08:00
|
|
|
.d-icon-globe {
|
|
|
|
position: absolute;
|
2023-03-28 07:13:27 +08:00
|
|
|
left: -0.75em;
|
2023-03-21 09:23:28 +08:00
|
|
|
height: 0.75em;
|
|
|
|
width: 0.75em;
|
|
|
|
margin-top: 0.15em;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-link-prefix.icon {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-wrapper.disabled {
|
2023-03-24 10:58:05 +08:00
|
|
|
a {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2023-03-21 09:23:28 +08:00
|
|
|
.sidebar-section-link-wrapper {
|
|
|
|
.sidebar-section-link-prefix.icon,
|
|
|
|
.sidebar-section-link {
|
|
|
|
background: none;
|
2023-03-22 10:34:19 +08:00
|
|
|
color: var(--primary-low-mid);
|
2023-03-21 09:23:28 +08:00
|
|
|
}
|
|
|
|
.sidebar-section-link.drag {
|
|
|
|
font-weight: bold;
|
|
|
|
color: var(--primary-high);
|
|
|
|
.sidebar-section-link-prefix.icon {
|
|
|
|
color: var(--primary-high);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|