Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

v11.5.1

Compare
Choose a tag to compare
@wa11-e wa11-e released this 14 Jun 07:06
· 105 commits to master since this release

11.5.1 (2018-06-14)

Bug Fixes

  • Button: Fix for augmented buttons so styling remains consistent. In SUIR you can augment a tag with 'as' such that it is rendered in the dom. When we added type=submit to this augmented button, the default CSS of appearance: button; overwrote our styling. The solution is to set appearance: inherit (886217e)