accessible.css 241 B

123456789
  1. .blocklyTable {
  2. vertical-align: top;
  3. }
  4. .blocklyTree .blocklyActiveDescendant > label,
  5. .blocklyTree .blocklyActiveDescendant > div > label,
  6. .blocklyActiveDescendant > button,
  7. .blocklyActiveDescendant > input {
  8. outline: 2px dotted #00f;
  9. }