Visually indicate on hover that user menu can be clicked (#33408)
* Visually indicate on hover that user menu can be clicked
Seems the cursor: pointer style was lost in d4f419d1b5.
* Update test snapshots
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ exports[`<SpacePanel /> should show all activated MetaSpaces in the correct orde
|
|||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-haspopup="menu"
|
aria-haspopup="menu"
|
||||||
aria-label="User menu"
|
aria-label="User menu"
|
||||||
class="_triggerButton_3x4xf_50"
|
class="_triggerButton_1ejl3_50"
|
||||||
data-state="closed"
|
data-state="closed"
|
||||||
id="radix-_r_0_"
|
id="radix-_r_0_"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
background: none;
|
background: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
color: var(--cpd-color-body-primary);
|
color: var(--cpd-color-body-primary);
|
||||||
|
cursor: pointer;
|
||||||
gap: var(--cpd-space-2x);
|
gap: var(--cpd-space-2x);
|
||||||
> span {
|
> span {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
|||||||
Reference in New Issue
Block a user