mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 05:36:13 +02:00
Show the right cursor when hovering over a space (#33351)
Fixes a regression in b0ee6f5323400897dde29b9a715f16f59b91d731 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:
parent
38c3d4f8a3
commit
244a2ca011
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user