Merge pull request #198 from Microsoft/moresquarecorners

More square shaped corners on blocks
This commit is contained in:
Sam El-Husseini 2018-01-06 12:55:51 -08:00 committed by GitHub
commit 74648bd1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,15 @@ span.blocklyTreeLabel {
border-radius: 0px !important;
}
.blocklyDropDownArrow.arrowTop {
border-top-left-radius: 0px !important;
}
.blocklyToggleRect {
rx: 0 !important;
ry: 0 !important;
}
/* Mobile */
@media only screen and (max-width: @largestMobileScreen) {
#blocklyTrashIcon {