Half of button isnt clickable using nightly // codepen

Also seeing this using a simple button with a default template

  <button class="button">
    Default
  </button>

Code pen for simple button

Click on the left side of the button and observe the active class doesn’t get applied to it.

It looks like the click event fires, but the css click (button gets darker to indicate it was clicked) never happens.