More square shaped corners on blocks (toggle rect and arrow corner)
This commit is contained in:
		@@ -74,6 +74,15 @@ span.blocklyTreeLabel {
 | 
				
			|||||||
    border-radius: 0px !important;
 | 
					    border-radius: 0px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.blocklyDropDownArrow.arrowTop {
 | 
				
			||||||
 | 
					    border-top-left-radius: 0px !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.blocklyToggleRect {
 | 
				
			||||||
 | 
					    rx: 0 !important;
 | 
				
			||||||
 | 
					    ry: 0 !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Mobile */
 | 
					/* Mobile */
 | 
				
			||||||
@media only screen and (max-width: @largestMobileScreen) {
 | 
					@media only screen and (max-width: @largestMobileScreen) {
 | 
				
			||||||
    #blocklyTrashIcon {
 | 
					    #blocklyTrashIcon {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user