Fix expand space panel button not being shown on keyboard focus (#32746)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -67,7 +67,8 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .mx_SpacePanel_toggleCollapse {
|
&:hover .mx_SpacePanel_toggleCollapse,
|
||||||
|
.mx_SpacePanel_toggleCollapse:focus-visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
/* For enhanced visibility under contrast control */
|
/* For enhanced visibility under contrast control */
|
||||||
outline: 1px solid transparent;
|
outline: 1px solid transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user