mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Fix invisible toggle space panel button (#7426)
This commit is contained in:
parent
de881d2321
commit
54ca06ad53
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ $activeBorderColor: $primary-content;
|
|||
}
|
||||
|
||||
&:hover .mx_SpacePanel_toggleCollapse {
|
||||
opacity: 100%;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in a new issue