Skip to content

Commit

Permalink
fix(list-header): match MD bottom margin, match MD text color (#16274)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinports committed Nov 8, 2018
1 parent 5957867 commit 6794447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion core/src/components/list-header/list-header.md.scss
Expand Up @@ -9,7 +9,6 @@
--color: #{$list-md-header-color};

@include padding-horizontal(calc(var(--ion-safe-area-left, 0px) + #{$list-md-header-padding-start}), null);
@include margin(null, null, $list-md-header-margin-bottom, null);

min-height: $list-md-header-min-height;

Expand Down
5 changes: 1 addition & 4 deletions core/src/components/list-header/list-header.md.vars.scss
Expand Up @@ -4,9 +4,6 @@
// Material Design List Header
// --------------------------------------------------

/// @prop - Margin bottom of the header in a list
$list-md-header-margin-bottom: 13px !default;

/// @prop - Padding start of the header in a list
$list-md-header-padding-start: $item-md-padding-start !default;

Expand All @@ -17,4 +14,4 @@ $list-md-header-min-height: 45px !default;
$list-md-header-font-size: 14px !default;

/// @prop - Text color of the header in a list
$list-md-header-color: $text-color-step-400 !default;
$list-md-header-color: $text-color !default;

0 comments on commit 6794447

Please sign in to comment.