briancwald / material_admin

Drupal 8 Admin Theme
GNU General Public License v2.0
48 stars 15 forks source link

Clickable region of buttons is too small #9

Closed briancwald closed 7 years ago

briancwald commented 7 years ago

The button padding has a wrapper that gives the link/input/button the appearance of the button and animation but the actual target sometimes is not "hit" resulting in the animation and hover state to appear it worked but nothing happens.

briancwald commented 7 years ago

This was only happening because of the 'waves-effect' which uses JS from MaterializeCSS to wrap the input button with styling because inputs can't get that styling due to the HTML spec.