mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: change css class for disabled block pattern (#8864)
This commit is contained in:
@@ -198,7 +198,7 @@ let content = `
|
||||
display: none;
|
||||
}
|
||||
|
||||
.blocklyDisabled>.blocklyPath {
|
||||
.blocklyDisabledPattern>.blocklyPath {
|
||||
fill: var(--blocklyDisabledPattern);
|
||||
fill-opacity: .5;
|
||||
stroke-opacity: .5;
|
||||
|
||||
Reference in New Issue
Block a user