mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
fix: Display focused icons without transparency. (#9268)
This commit is contained in:
@@ -241,7 +241,7 @@ let content = `
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.blocklyIconGroup:not(:hover),
|
||||
.blocklyIconGroup:not(:hover):not(:focus),
|
||||
.blocklyIconGroupReadonly {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user