2022-07-28 16:46:46 +08:00
|
|
|
.sidebar-more-section-links-details {
|
2022-08-24 09:33:15 +08:00
|
|
|
&:focus-within,
|
2022-08-18 15:03:28 +08:00
|
|
|
&:hover {
|
|
|
|
background: var(--d-sidebar-highlight-color);
|
|
|
|
}
|
|
|
|
|
2022-07-28 16:46:46 +08:00
|
|
|
.sidebar-more-section-links-details-summary {
|
2022-07-29 01:04:00 +08:00
|
|
|
color: var(--primary-high);
|
2022-07-28 16:46:46 +08:00
|
|
|
transition: background-color 0.25s;
|
2022-07-29 01:04:00 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
list-style: none;
|
2022-08-18 15:03:28 +08:00
|
|
|
box-sizing: border-box;
|
2022-07-29 01:04:00 +08:00
|
|
|
|
2022-09-29 12:28:01 +08:00
|
|
|
.sidebar-more-section-links-icon-wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: var(--d-sidebar-section-link-prefix-width);
|
|
|
|
height: var(--d-sidebar-section-link-prefix-width);
|
|
|
|
margin-right: var(--d-sidebar-section-link-prefix-margin-right);
|
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
color: var(--primary-medium);
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
}
|
2022-07-29 01:04:00 +08:00
|
|
|
}
|
2022-07-28 16:46:46 +08:00
|
|
|
|
|
|
|
&::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-18 15:03:28 +08:00
|
|
|
.sidebar-more-section-links-details-content-wrapper {
|
2022-07-28 16:46:46 +08:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
2022-08-18 15:03:28 +08:00
|
|
|
z-index: z("modal", "content") + 1;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
2022-09-28 09:58:07 +08:00
|
|
|
.sidebar-more-section-links-details-content {
|
2022-08-18 15:03:28 +08:00
|
|
|
background-color: var(--secondary);
|
2022-07-28 16:46:46 +08:00
|
|
|
box-shadow: shadow("dropdown");
|
2022-08-18 15:03:28 +08:00
|
|
|
margin: 0 calc(var(--d-sidebar-row-horizontal-padding) * 2 / 3);
|
2022-07-28 16:46:46 +08:00
|
|
|
|
2022-08-18 15:03:28 +08:00
|
|
|
.sidebar-row {
|
2023-02-01 19:21:15 +08:00
|
|
|
padding: 0.33rem calc(var(--d-sidebar-row-horizontal-padding) / 3);
|
2022-07-28 16:46:46 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|