Merge pull request #1382 from ivanixgames/fix1381a

Fix behavior of color picker on sensor blocks
This commit is contained in:
Paul Kaplan 2018-03-08 09:27:42 -05:00 committed by GitHub
commit 7c61985d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -834,7 +834,7 @@ Blockly.Css.CONTENT = [
'.blocklyDropDownDiv .goog-slider-horizontal .goog-slider-thumb {',
'width: 26px;',
'height: 26px;',
'margin-top: -1px;',
'top: -1px;',
'position: absolute;',
'background-color: white;',
'border-radius: 100%;',