fix(button): strong is iOS-only

This commit is contained in:
Manu Mtz.-Almeida
2016-12-06 22:04:51 +01:00
parent f0327a999b
commit c0c09a7149
4 changed files with 0 additions and 32 deletions

View File

@@ -424,11 +424,3 @@ $button-md-round-border-radius: $button-round-border-radius !def
@include md-button-outline($color-name, $color-base, $color-contrast);
@include md-button-clear($color-name, $color-base, $color-contrast);
}
// MD strong Button
// --------------------------------------------------
.button-strong-md {
font-weight: bold;
}

View File

@@ -315,11 +315,3 @@ $button-wp-round-border-radius: $button-round-border-r
@include wp-button-outline($color-name, $color-base, $color-contrast);
@include wp-button-clear($color-name, $color-base, $color-contrast);
}
// WP strong Button
// --------------------------------------------------
.button-strong-wp {
font-weight: bold;
}