mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Remove outside border from Blockly (issue 92).
This commit is contained in:
@@ -134,7 +134,6 @@ Blockly.Css.setCursor = function(cursor) {
|
||||
Blockly.Css.CONTENT = [
|
||||
'.blocklySvg {',
|
||||
' background-color: #fff;',
|
||||
' border: 1px solid #ddd;',
|
||||
' overflow: hidden;', /* IE overflows by default. */
|
||||
'}',
|
||||
|
||||
@@ -315,6 +314,8 @@ Blockly.Css.CONTENT = [
|
||||
|
||||
'.blocklyMainBackground {',
|
||||
' fill: url(#blocklyGridPattern);',
|
||||
' stroke-width: 1;',
|
||||
' stroke: #c6c6c6;', /* Equates to #ddd due to border being off-pixel. */
|
||||
'}',
|
||||
|
||||
'.blocklyMutatorBackground {',
|
||||
|
||||
Reference in New Issue
Block a user