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