Show the right cursor when hovering over a space (#33351)

Fixes a regression in b0ee6f5323 where a 'grab' cursor would be shown when hovering over a space, even though the most salient way to interact with it is by clicking.
This commit is contained in:
Robin
2026-05-01 14:05:28 +02:00
committed by GitHub
parent 38c3d4f8a3
commit 244a2ca011
+2 -1
View File
@@ -125,7 +125,8 @@ Please see LICENSE files in the repository root for full details.
align-items: center;
padding: 4px 4px 4px 0;
width: 100%;
cursor: pointer;
/* Override the unlayered cursor: grab; rule from react-beautiful-dnd */
cursor: pointer !important;
&.mx_SpaceButton_active {
&:not(.mx_SpaceButton_narrow) .mx_SpaceButton_selectionWrapper {