From dfa2aad6ccecc09cb7151844739e8e7fe0971b52 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 6 Mar 2026 10:28:47 +0000 Subject: [PATCH] Fix expand space panel button not being shown on keyboard focus Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- apps/web/res/css/structures/_SpacePanel.pcss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/res/css/structures/_SpacePanel.pcss b/apps/web/res/css/structures/_SpacePanel.pcss index f541aba0519..448795a0d42 100644 --- a/apps/web/res/css/structures/_SpacePanel.pcss +++ b/apps/web/res/css/structures/_SpacePanel.pcss @@ -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;