mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Implement drop shadow during drag (#242)
* Basic implementation of drop shadow during drag * Adjust shadow position * Factor out constants for drag shadows * Remove unused feOffset
This commit is contained in:
parent
258a3e4d45
commit
f1977ded18
3 changed files with 43 additions and 2 deletions
|
@ -40,6 +40,7 @@ Blockly.Colours = {
|
|||
"textField": "#FFFFFF",
|
||||
"insertionMarker": "#949494",
|
||||
"insertionMarkerOpacity": 0.6,
|
||||
"dragShadowOpacity": 0.3,
|
||||
// CSS colours: support RGBA
|
||||
"fieldShadow": "rgba(0,0,0,0.1)"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue