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 {
|
|
|
|
position: relative;
|
2023-05-24 23:00:20 +08:00
|
|
|
.d-icon-globe {
|
|
|
|
position: absolute;
|
|
|
|
left: -0.75em;
|
|
|
|
align-self: stretch;
|
|
|
|
width: 0.6em;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2023-03-21 09:23:28 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-section-link-prefix.icon {
|
|
|
|
cursor: move;
|
|
|
|
}
|
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-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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|