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

Commit

Permalink
Revert "fix(Button): Fix for augmented buttons so styling remains con…
Browse files Browse the repository at this point in the history
…sistent. 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"

This reverts commit bd19cbf.

Oh geez I pushed to master. Reverting.
  • Loading branch information
Andrew Leyva committed Jun 8, 2018
1 parent bd19cbf commit 3e7fef6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
border: 2px solid @blue;
background: @white;
border-radius: 2px;
appearance: inherit;

}

.ui.buttons .button:first-child,
Expand Down

0 comments on commit 3e7fef6

Please sign in to comment.