- 3rd patch for issue 1381

- Removed saturation conversion patch
  - setMoveToPointEnabled patch left in place
  - Converted css property margin-top to top in .goog-slider-horizontal .goog-slider-thumb
This commit is contained in:
ivanixgames 2018-03-08 15:56:21 +08:00
parent 48480ea6e0
commit 063b0a0669
2 changed files with 8 additions and 14 deletions

View file

@ -830,7 +830,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%;',