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:
@@ -125,7 +125,8 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 4px 4px 4px 0;
|
padding: 4px 4px 4px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
cursor: pointer;
|
/* Override the unlayered cursor: grab; rule from react-beautiful-dnd */
|
||||||
|
cursor: pointer !important;
|
||||||
|
|
||||||
&.mx_SpaceButton_active {
|
&.mx_SpaceButton_active {
|
||||||
&:not(.mx_SpaceButton_narrow) .mx_SpaceButton_selectionWrapper {
|
&:not(.mx_SpaceButton_narrow) .mx_SpaceButton_selectionWrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user