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:
Michael Telatynski 2026-03-06 11:23:03 +00:00 committed by GitHub
parent e4ed5240e7
commit 0fc4d4c256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
/* For enhanced visibility under contrast control */
outline: 1px solid transparent;