mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
165a3217c8
This reverts commit 4fe79ccc79
.
35 lines
724 B
SCSS
35 lines
724 B
SCSS
.sidebar-custom-sections {
|
|
.sidebar-section-wrapper {
|
|
padding-bottom: 0;
|
|
}
|
|
.d-icon-globe {
|
|
position: absolute;
|
|
left: 0.5em;
|
|
height: 0.75em;
|
|
width: 0.75em;
|
|
margin-top: 0.15em;
|
|
align-items: center;
|
|
}
|
|
|
|
.sidebar-section-link-prefix.icon {
|
|
cursor: move;
|
|
}
|
|
|
|
.sidebar-section-wrapper.disabled {
|
|
.sidebar-section-link-wrapper {
|
|
.sidebar-section-link-prefix.icon,
|
|
.sidebar-section-link {
|
|
background: none;
|
|
color: var(--primary-low-mid);
|
|
}
|
|
.sidebar-section-link.drag {
|
|
font-weight: bold;
|
|
color: var(--primary-high);
|
|
.sidebar-section-link-prefix.icon {
|
|
color: var(--primary-high);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|