2023-05-08 11:37:34 +08:00
|
|
|
.btn-flat.sidebar-more-section-links-details-summary {
|
2022-08-24 09:33:15 +08:00
|
|
|
&:focus-within,
|
2023-05-08 11:37:34 +08:00
|
|
|
&:active,
|
2022-08-18 15:03:28 +08:00
|
|
|
&:hover {
|
|
|
|
background: var(--d-sidebar-highlight-color);
|
2023-05-08 11:37:34 +08:00
|
|
|
svg.d-icon {
|
|
|
|
color: var(--primary-medium);
|
2022-07-28 16:46:46 +08:00
|
|
|
}
|
|
|
|
}
|
2023-05-08 11:37:34 +08:00
|
|
|
height: var(--d-sidebar-row-height);
|
|
|
|
color: var(--primary-high);
|
|
|
|
display: flex;
|
|
|
|
list-style: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
2023-05-24 23:00:20 +08:00
|
|
|
padding: 0 var(--d-sidebar-row-horizontal-padding);
|
2023-05-08 11:37:34 +08:00
|
|
|
justify-content: left;
|
2022-07-28 16:46:46 +08:00
|
|
|
|
2023-05-08 11:37:34 +08:00
|
|
|
svg.d-icon {
|
|
|
|
width: var(--d-sidebar-section-link-prefix-width);
|
|
|
|
margin-right: var(--d-sidebar-section-link-prefix-margin-right);
|
|
|
|
color: var(--primary-medium);
|
|
|
|
font-size: var(--font-down-1);
|
2022-08-18 15:03:28 +08:00
|
|
|
}
|
2023-05-08 11:37:34 +08:00
|
|
|
}
|
|
|
|
.sidebar-more-section-links-details-content {
|
|
|
|
background-color: var(--secondary);
|
|
|
|
transition: background-color 0.25s;
|
|
|
|
box-shadow: shadow("dropdown");
|
|
|
|
margin: 0 calc(var(--d-sidebar-row-horizontal-padding) * 2 / 3);
|
2022-08-18 15:03:28 +08:00
|
|
|
|
2023-05-08 11:37:34 +08:00
|
|
|
.sidebar-row {
|
|
|
|
padding: 0.33rem calc(var(--d-sidebar-row-horizontal-padding) / 3);
|
2022-07-28 16:46:46 +08:00
|
|
|
}
|
|
|
|
}
|
2023-05-08 12:33:24 +08:00
|
|
|
.sidebar-more-section-links-details-content-main {
|
|
|
|
position: sticky;
|
|
|
|
}
|
2023-05-08 11:37:34 +08:00
|
|
|
.sidebar-more-section-links-details-content-wrapper {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
z-index: z("modal", "content") + 1;
|
2023-05-08 12:33:24 +08:00
|
|
|
}
|
|
|
|
.sidebar-more-section-links-details {
|
|
|
|
position: relative;
|
2023-05-08 11:37:34 +08:00
|
|
|
}
|