fix: Display focused icons without transparency. (#9268)

This commit is contained in:
Aaron Dodson
2025-08-04 13:18:31 -07:00
committed by GitHub
parent f24940e781
commit 88151fcadd

View File

@@ -241,7 +241,7 @@ let content = `
cursor: default;
}
.blocklyIconGroup:not(:hover),
.blocklyIconGroup:not(:hover):not(:focus),
.blocklyIconGroupReadonly {
opacity: .6;
}