mirror of https://github.com/vector-im/riot-web
Merge pull request #6770 from matrix-org/t3chguy/fix/18951
Use cursor:pointer on space panel buttonspull/21833/head
commit
8cf891f9a4
|
@ -114,6 +114,7 @@ $activeBorderColor: $secondary-content;
|
|||
align-items: center;
|
||||
padding: 4px 4px 4px 0;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
|
||||
&.mx_SpaceButton_active {
|
||||
&:not(.mx_SpaceButton_narrow) .mx_SpaceButton_selectionWrapper {
|
||||
|
|
Loading…
Reference in New Issue