mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 08:43:38 +08:00
24 lines
497 B
SCSS
24 lines
497 B
SCSS
.sidebar-section-wrapper {
|
|
padding-block: 0.35rem;
|
|
border-bottom: 1px solid var(--secondary-very-high);
|
|
&:first-child {
|
|
padding-top: 0;
|
|
}
|
|
&[data-section-name="user-threads"] {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
&:hover {
|
|
.sidebar-section-header-wrapper {
|
|
.btn.dropdown-select-box-header,
|
|
.sidebar-section-header-button {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
.sidebar-section-header-wrapper {
|
|
padding-right: calc(var(--d-sidebar-row-horizontal-padding) / 3);
|
|
}
|
|
}
|