From ed7099cc97bd5db60fee7014d53fac8e77d38dd5 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Sat, 6 Jan 2018 21:00:39 -0800 Subject: [PATCH] more square shaped corners --- theme/blockly.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/blockly.less b/theme/blockly.less index 0b13cadd..71637b93 100644 --- a/theme/blockly.less +++ b/theme/blockly.less @@ -83,6 +83,10 @@ span.blocklyTreeLabel { ry: 0 !important; } +.blocklyDropDownButton { + border-radius: 0px !important; +} + /* Mobile */ @media only screen and (max-width: @largestMobileScreen) { #blocklyTrashIcon {