From 6794447e10ba0285205ffeef4b00f4843119c83e Mon Sep 17 00:00:00 2001 From: Kevin Ports Date: Thu, 8 Nov 2018 14:05:55 -0600 Subject: [PATCH] fix(list-header): match MD bottom margin, match MD text color (#16274) --- core/src/components/list-header/list-header.md.scss | 1 - core/src/components/list-header/list-header.md.vars.scss | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/components/list-header/list-header.md.scss b/core/src/components/list-header/list-header.md.scss index d000face11..b66b9fd2b4 100644 --- a/core/src/components/list-header/list-header.md.scss +++ b/core/src/components/list-header/list-header.md.scss @@ -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; diff --git a/core/src/components/list-header/list-header.md.vars.scss b/core/src/components/list-header/list-header.md.vars.scss index 22357fb986..b7c3ed7f08 100644 --- a/core/src/components/list-header/list-header.md.vars.scss +++ b/core/src/components/list-header/list-header.md.vars.scss @@ -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;