mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 07:03:42 +08:00
25 lines
410 B
SCSS
Vendored
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;
|
|
}
|
|
}
|
|
}
|