mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: use unselectable mixin in sidebar drag and drop (#20886)
7dcaaec90c/app/assets/stylesheets/common/foundation/mixins.scss (L122)
This commit is contained in:
parent
347681dd20
commit
fd718c1a42
@ -20,11 +20,7 @@
|
||||
|
||||
a {
|
||||
-webkit-touch-callout: none !important;
|
||||
-webkit-user-select: none !important;
|
||||
-moz-user-select: none !important;
|
||||
-ms-user-select: none !important;
|
||||
-o-user-select: none !important;
|
||||
user-select: none;
|
||||
@include unselectable;
|
||||
}
|
||||
|
||||
.sidebar-section-wrapper.disabled {
|
||||
|
@ -29,12 +29,7 @@
|
||||
position: sticky;
|
||||
top: var(--header-offset);
|
||||
|
||||
-webkit-touch-callout: none !important;
|
||||
-webkit-user-select: none !important;
|
||||
-moz-user-select: none !important;
|
||||
-ms-user-select: none !important;
|
||||
-o-user-select: none !important;
|
||||
user-select: none;
|
||||
@include unselectable;
|
||||
|
||||
.footer-nav-ipad & {
|
||||
top: calc(var(--header-offset) + var(--footer-nav-height));
|
||||
|
Loading…
x
Reference in New Issue
Block a user