Skip to content

Commit c0c09a7

Browse files
committed
fix(button): strong is iOS-only
1 parent f0327a9 commit c0c09a7

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

src/components/button/button.md.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,3 @@ $button-md-round-border-radius: $button-round-border-radius !def
424424
@include md-button-outline($color-name, $color-base, $color-contrast);
425425
@include md-button-clear($color-name, $color-base, $color-contrast);
426426
}
427-
428-
429-
// MD strong Button
430-
// --------------------------------------------------
431-
432-
.button-strong-md {
433-
font-weight: bold;
434-
}

src/components/button/button.wp.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,3 @@ $button-wp-round-border-radius: $button-round-border-r
315315
@include wp-button-outline($color-name, $color-base, $color-contrast);
316316
@include wp-button-clear($color-name, $color-base, $color-contrast);
317317
}
318-
319-
320-
// WP strong Button
321-
// --------------------------------------------------
322-
323-
.button-strong-wp {
324-
font-weight: bold;
325-
}

src/components/toolbar/toolbar.md.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,3 @@ $navbar-md-height: $toolbar-md-height !default;
390390
@include md-bar-button-outline($color-name, $color-base, $color-contrast);
391391
@include md-bar-button-solid($color-name, $color-base, $color-contrast);
392392
}
393-
394-
395-
// MD strong Button
396-
// --------------------------------------------------
397-
398-
.bar-button-strong-md {
399-
font-weight: bold;
400-
}

src/components/toolbar/toolbar.wp.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,3 @@ $navbar-wp-height: $toolbar-wp-height !default;
344344
@include wp-bar-button-outline($color-name, $color-base, $color-contrast);
345345
@include wp-bar-button-solid($color-name, $color-base, $color-contrast);
346346
}
347-
348-
349-
// WP strong Button
350-
// --------------------------------------------------
351-
352-
.bar-button-strong-wp {
353-
font-weight: bold;
354-
}

0 commit comments

Comments
 (0)