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