mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-14 06:59:01 -04:00
Use transparent instead of none for the button fill.
Mouse up does not fire on the inside of a fill: none; path, but fill: transparent; does click
This commit is contained in:
parent
1708dc9bd5
commit
c115e6d998
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ Blockly.Css.CONTENT = [
|
|||
'}',
|
||||
|
||||
'.blocklyFlyoutButtonShadow {',
|
||||
'fill: none;',
|
||||
'fill: transparent;',
|
||||
'}',
|
||||
|
||||
'.blocklyFlyoutButton:hover {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue