2023-03-21 12:23:28 +11:00
|
|
|
.sidebar-custom-sections {
|
|
|
|
.sidebar-section-wrapper {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2023-03-28 10:13:27 +11:00
|
|
|
.sidebar-section-header {
|
2023-06-08 12:57:44 -04:00
|
|
|
display: flex;
|
2023-03-21 12:23:28 +11:00
|
|
|
}
|
2023-05-29 15:20:23 +10:00
|
|
|
.sidebar-section[data-section-name="community"]
|
|
|
|
.sidebar-section-link-prefix.icon {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2023-03-21 12:23:28 +11:00
|
|
|
|
2023-03-29 08:57:04 +11:00
|
|
|
a {
|
|
|
|
-webkit-touch-callout: none !important;
|
2023-03-31 09:28:22 +11:00
|
|
|
@include unselectable;
|
2023-04-18 11:23:09 +02:00
|
|
|
cursor: pointer;
|
2023-03-29 08:57:04 +11:00
|
|
|
}
|
|
|
|
|
2023-03-21 12:23:28 +11:00
|
|
|
.sidebar-section-wrapper.disabled {
|
2023-03-24 13:58:05 +11:00
|
|
|
a {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2023-07-04 09:56:52 +10:00
|
|
|
.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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-03-21 12:23:28 +11:00
|
|
|
}
|
|
|
|
}
|
2023-03-29 08:57:04 +11:00
|
|
|
.discourse-touch {
|
|
|
|
.sidebar-custom-sections {
|
|
|
|
a:hover {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|