Use cursor:pointer on space panel buttons
This commit is contained in:
parent
e5bd863054
commit
82cd7acdae
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ $activeBorderColor: $secondary-content;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 4px 4px 4px 0;
|
padding: 4px 4px 4px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&.mx_SpaceButton_active {
|
&.mx_SpaceButton_active {
|
||||||
&:not(.mx_SpaceButton_narrow) .mx_SpaceButton_selectionWrapper {
|
&:not(.mx_SpaceButton_narrow) .mx_SpaceButton_selectionWrapper {
|
||||||
|
|
Loading…
Reference in a new issue