Skip to content

Commit

Permalink
[Frontend] Added button to .s-button
Browse files Browse the repository at this point in the history
Fixes #1047
  • Loading branch information
charlesh88 committed Jul 29, 2016
1 parent 9f74395 commit 0e060f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/commonUI/general/res/sass/controls/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
$baseRatio: 1.5;
$pad: $interiorMargin * $baseRatio;

.s-button {
.s-button,
button {
@include user-select(none);
@include btnSubtle($bg: $colorBtnBg, $bgHov: $colorBtnBgHov, $fg: $colorBtnFg, $ic: $colorBtnIcon);
box-sizing: border-box;
Expand Down

0 comments on commit 0e060f1

Please sign in to comment.