mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Merge pull request #1382 from ivanixgames/fix1381a
Fix behavior of color picker on sensor blocks
This commit is contained in:
commit
7c61985d31
2 changed files with 4 additions and 1 deletions
|
@ -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%;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue