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
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
margin-left: auto;
|
|
|
|
color: var(--primary-medium);
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-more-section-link-details-content {
|
|
|
|
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 {
|
|
|
|
padding: calc(var(--d-sidebar-row-horizontal-padding) / 3);
|
2022-07-28 16:46:46 +08:00
|
|
|
}
|
|
|
|
}
|
2022-08-04 13:41:08 +08:00
|
|
|
|
|
|
|
.sidebar-more-section-links-details-content-secondary {
|
|
|
|
border-top: 1.5px solid var(--primary-low);
|
|
|
|
}
|
2022-07-28 16:46:46 +08:00
|
|
|
}
|