Fix invisible toggle space panel button (#7426)
parent
de881d2321
commit
54ca06ad53
|
@ -71,7 +71,7 @@ $activeBorderColor: $primary-content;
|
|||
}
|
||||
|
||||
&:hover .mx_SpacePanel_toggleCollapse {
|
||||
opacity: 100%;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in New Issue