Merge pull request #6770 from matrix-org/t3chguy/fix/18951

Use cursor:pointer on space panel buttons
pull/21833/head
Michael Telatynski 2021-09-09 13:53:42 +01:00 committed by GitHub
commit 8cf891f9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {