Skip to content

Commit 88151fc

Browse files
authored
fix: Display focused icons without transparency. (#9268)
1 parent f24940e commit 88151fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ let content = `
241241
cursor: default;
242242
}
243243
244-
.blocklyIconGroup:not(:hover),
244+
.blocklyIconGroup:not(:hover):not(:focus),
245245
.blocklyIconGroupReadonly {
246246
opacity: .6;
247247
}

0 commit comments

Comments
 (0)