discourse/app/assets/stylesheets/common/base/sidebar-custom-section.scss
2026-04-23 13:47:45 -05:00

25 lines
410 B
SCSS
Vendored

.sidebar-custom-sections {
.sidebar-section-header {
display: flex;
}
.sidebar-section[data-section-name="community"]
.sidebar-section-link-prefix.icon {
cursor: pointer;
}
a {
-webkit-touch-callout: none !important;
@include unselectable;
cursor: pointer;
}
}
.discourse-touch {
.sidebar-custom-sections {
a:hover {
background: none !important;
}
}
}