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:
Paul Kaplan 2018-05-25 13:40:33 -04:00
parent 1708dc9bd5
commit c115e6d998

View file

@ -511,7 +511,7 @@ Blockly.Css.CONTENT = [
'}',
'.blocklyFlyoutButtonShadow {',
'fill: none;',
'fill: transparent;',
'}',
'.blocklyFlyoutButton:hover {',