Skip to content

Commit

Permalink
fix(top-app-bar): Fix border-radius mixin to use parameter instead of…
Browse files Browse the repository at this point in the history
… variable (#2396)
  • Loading branch information
williamernest authored Mar 14, 2018
1 parent d368fa7 commit 671aa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-top-app-bar/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

@mixin mdc-top-app-bar-short-border-radius($border-radius: $mdc-top-app-bar-short-collapsed-border-radius) {
@include mdc-rtl-reflexive_(border-bottom-left-radius, 0, border-bottom-right-radius, $mdc-top-app-bar-short-collapsed-border-radius);
@include mdc-rtl-reflexive_(border-bottom-left-radius, 0, border-bottom-right-radius, $border-radius);
}

@mixin mdc-top-app-bar-mobile-breakpoint_($mobile-breakpoint: $mdc-top-app-bar-mobile-breakpoint) {
Expand Down

0 comments on commit 671aa4c

Please sign in to comment.