mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(list-header): match MD bottom margin, match MD text color (#16274)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user