2022-07-28 16:46:46 +08:00
|
|
|
.sidebar-more-section-links-details {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
|
|
|
|
.sidebar-more-section-links-details-summary {
|
|
|
|
padding: 0.35em 0.5em;
|
2022-07-29 01:04:00 +08:00
|
|
|
color: var(--primary-high);
|
2022-07-28 16:46:46 +08:00
|
|
|
font-size: var(--font-down-1);
|
|
|
|
transition: background-color 0.25s;
|
2022-07-29 01:04:00 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
margin-left: auto;
|
|
|
|
color: var(--primary-medium);
|
|
|
|
}
|
2022-07-28 16:46:46 +08:00
|
|
|
|
2022-07-29 01:04:00 +08:00
|
|
|
&:focus,
|
2022-07-28 16:46:46 +08:00
|
|
|
&:hover {
|
|
|
|
background: var(--d-sidebar-highlight-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-more-section-links-details-content {
|
|
|
|
position: absolute;
|
|
|
|
background-color: var(--secondary);
|
|
|
|
width: 100%;
|
|
|
|
box-shadow: shadow("dropdown");
|
|
|
|
z-index: z("base") + 1;
|
|
|
|
|
|
|
|
.sidebar-section-link-wrapper {
|
|
|
|
margin-left: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|