mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
UX: ensures cursor is pointer over custom sections (#21138)
This commit is contained in:
parent
ca82752976
commit
4fee0fc333
|
@ -21,6 +21,7 @@
|
||||||
a {
|
a {
|
||||||
-webkit-touch-callout: none !important;
|
-webkit-touch-callout: none !important;
|
||||||
@include unselectable;
|
@include unselectable;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-section-wrapper.disabled {
|
.sidebar-section-wrapper.disabled {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user