mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
- 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:
parent
48480ea6e0
commit
063b0a0669
2 changed files with 8 additions and 14 deletions
|
@ -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%;',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue