Square shaped corners for Blockly blocks and dropdowns. (#158)
This commit is contained in:
committed by
Peli de Halleux
parent
bd765d49ee
commit
58148eb1c3
@ -62,6 +62,12 @@ span.blocklyTreeLabel {
|
||||
border-radius: 1rem !important;
|
||||
}
|
||||
|
||||
|
||||
/* Square shaped corners */
|
||||
.blocklyDropDownDiv {
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
@media only screen and (max-width: @largestMobileScreen) {
|
||||
#blocklyTrashIcon {
|
||||
|
Reference in New Issue
Block a user