Fix invisible toggle space panel button (#7426)

pull/21833/head
Michael Telatynski 2021-12-21 14:24:06 +00:00 committed by GitHub
parent de881d2321
commit 54ca06ad53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ $activeBorderColor: $primary-content;
}
&:hover .mx_SpacePanel_toggleCollapse {
opacity: 100%;
opacity: 1;
}
ul {