fix(list-header): match MD bottom margin, match MD text color (#16274)

This commit is contained in:
Kevin Ports
2018-11-08 14:05:55 -06:00
committed by GitHub
parent 595786735c
commit 6794447e10
2 changed files with 1 additions and 5 deletions

View File

@@ -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;

View File

@@ -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;
@@ -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;