Fix hover behaviour of space invites
This commit is contained in:
parent
d14ea1bd58
commit
4489f8a6ea
2 changed files with 5 additions and 2 deletions
|
@ -277,7 +277,7 @@ $activeBorderColor: $secondary-fg-color;
|
|||
.mx_SpaceButton:hover,
|
||||
.mx_SpaceButton:focus-within,
|
||||
.mx_SpaceButton_hasMenuOpen {
|
||||
&:not(.mx_SpaceButton_home) {
|
||||
&:not(.mx_SpaceButton_home):not(.mx_SpaceButton_invite) {
|
||||
// Hide the badge container on hover because it'll be a menu button
|
||||
.mx_SpacePanel_badgeContainer {
|
||||
width: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue