Combine the blocklyArrowTop
and blocklyArrowBottom
styling into the blocklyDropDownArrow
styling
#8323
Labels
issue: bug
Describes why the code or behaviour is wrong
Milestone
blocklyArrowTop
andblocklyArrowBottom
CSS classes from being assigned to the dropdown div (source code). Instead, only assignblocklyDropDownArrow
.blocklyArrowTop
andblocklyArrowBottom
incss.ts
into theblocklyDropDownArrow
styling. It should have a1px solid
border on all sides, and a 4px radius in the top left and bottom right.This change should be made against the
rc/v12.0.0
branch. This should be marked as a breaking change.To work on this issue, comment below asking to be assigned.
The text was updated successfully, but these errors were encountered: