discourse/app/assets/stylesheets/common/base/sidebar-custom-section.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
754 B
SCSS
Raw Normal View History

.sidebar-custom-sections {
.sidebar-section-wrapper {
padding-bottom: 0;
}
.sidebar-section-header {
position: relative;
.d-icon-globe {
position: absolute;
left: -0.75em;
align-self: stretch;
width: 0.6em;
height: 100%;
}
}
.sidebar-section-link-prefix.icon {
cursor: move;
}
.sidebar-section[data-section-name="community"]
.sidebar-section-link-prefix.icon {
cursor: pointer;
}
a {
-webkit-touch-callout: none !important;
@include unselectable;
cursor: pointer;
}
.sidebar-section-wrapper.disabled {
a {
pointer-events: none;
}
}
}
.discourse-touch {
.sidebar-custom-sections {
a:hover {
background: none !important;
}
}
}