From 88151fcadd00a5812efa67e9221def35da353f93 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 4 Aug 2025 13:18:31 -0700 Subject: [PATCH] fix: Display focused icons without transparency. (#9268) --- core/css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css.ts b/core/css.ts index 4f4a4daaf..30ee47fc5 100644 --- a/core/css.ts +++ b/core/css.ts @@ -241,7 +241,7 @@ let content = ` cursor: default; } -.blocklyIconGroup:not(:hover), +.blocklyIconGroup:not(:hover):not(:focus), .blocklyIconGroupReadonly { opacity: .6; }