aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-10-29 08:37:31 +0200
committerShpuld Shpuldson <shp@cock.li>2020-10-29 08:37:31 +0200
commit93f9ab6f2b99ac507fc05a9101d37edbe752bbec (patch)
tree8f24b330d6b604bb5f526b592abc54f6ce0ee83b
parentcb3578fcca763a43ec946af75e6e345ed5adc14a (diff)
parent6d7ecd7d800450ab07cb2895d4af96ab13849ded (diff)
Merge branch 'fix/block-misclicks-when-timeline-shifts' of git.pleroma.social:pleroma/pleroma-fe into fix/block-misclicks-when-timeline-shifts
-rw-r--r--src/components/timeline/timeline.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 1a0d001a..373b946f 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -114,7 +114,6 @@
&.-blocked {
pointer-events: none;
- cursor: wait;
}
}