2023-03-20 21:23:28 -04:00
|
|
|
.sidebar-custom-sections {
|
|
|
|
.sidebar-section-wrapper {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2023-03-27 19:13:27 -04:00
|
|
|
.sidebar-section-header {
|
2023-06-08 12:57:44 -04:00
|
|
|
display: flex;
|
2023-03-20 21:23:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-link-prefix.icon {
|
|
|
|
cursor: move;
|
|
|
|
}
|
2023-05-29 01:20:23 -04:00
|
|
|
.sidebar-section[data-section-name="community"]
|
|
|
|
.sidebar-section-link-prefix.icon {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2023-03-20 21:23:28 -04:00
|
|
|
|
2023-03-28 17:57:04 -04:00
|
|
|
a {
|
|
|
|
-webkit-touch-callout: none !important;
|
2023-03-30 18:28:22 -04:00
|
|
|
@include unselectable;
|
2023-04-18 05:23:09 -04:00
|
|
|
cursor: pointer;
|
2023-03-28 17:57:04 -04:00
|
|
|
}
|
|
|
|
|
2023-03-20 21:23:28 -04:00
|
|
|
.sidebar-section-wrapper.disabled {
|
2023-03-23 22:58:05 -04:00
|
|
|
a {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2023-03-20 21:23:28 -04:00
|
|
|
}
|
|
|
|
}
|
2023-03-28 17:57:04 -04:00
|
|
|
.discourse-touch {
|
|
|
|
.sidebar-custom-sections {
|
|
|
|
a:hover {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|