Merge pull request #1520 from nasa/open1485

[Live demo] Remove CSS selector for `button`
This commit is contained in:
Andrew Henry 2017-04-19 09:42:55 -07:00 committed by GitHub
commit c27053e716

View File

@ -22,8 +22,7 @@
$baseRatio: 1.5;
$pad: $interiorMargin * $baseRatio;
.s-button,
button {
.s-button {
@include user-select(none);
@include btnSubtle($bg: $colorBtnBg, $bgHov: $colorBtnBgHov, $fg: $colorBtnFg, $ic: $colorBtnIcon);
box-sizing: border-box;