mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
13 lines
397 B
CSS
13 lines
397 B
CSS
.blocklyTable {
|
|
vertical-align: top;
|
|
}
|
|
.blocklyTree .blocklyActiveDescendant > label,
|
|
.blocklyTree .blocklyActiveDescendant > div > label,
|
|
.blocklyActiveDescendant > button,
|
|
.blocklyActiveDescendant > input,
|
|
.blocklyActiveDescendant > blockly-field > label,
|
|
.blocklyActiveDescendant > blockly-field > input,
|
|
.blocklyActiveDescendant > blockly-field > div > label {
|
|
outline: 2px dotted #00f;
|
|
}
|