diff --git a/packages/core/src/components/item/item.ios.scss b/packages/core/src/components/item/item.ios.scss index 4de5455c23..6c4d11a704 100644 --- a/packages/core/src/components/item/item.ios.scss +++ b/packages/core/src/components/item/item.ios.scss @@ -47,15 +47,6 @@ $item-ios-detail-push-color: $list-ios-border-color !default; /// @prop - Icon for the detail arrow $item-ios-detail-push-svg: "" !default; -/// @prop - Background for the divider -$item-ios-divider-background: #f7f7f7 !default; - -/// @prop - Color for the divider -$item-ios-divider-color: #222 !default; - -/// @prop - Padding for the divider -$item-ios-divider-padding: 5px 15px !default; - // iOS Item // -------------------------------------------------- diff --git a/packages/core/src/components/item/item.md.scss b/packages/core/src/components/item/item.md.scss index 1dd1800f38..3dadbc067b 100644 --- a/packages/core/src/components/item/item.md.scss +++ b/packages/core/src/components/item/item.md.scss @@ -35,21 +35,6 @@ $item-md-detail-push-color: $list-md-border-color !default; /// @prop - Icon for the detail arrow $item-md-detail-push-svg: "" !default; -/// @prop - Color for the divider -$item-md-divider-color: #858585 !default; - -/// @prop - Background for the divider -$item-md-divider-background: #fff !default; - -/// @prop - Font size for the divider -$item-md-divider-font-size: $item-md-body-text-font-size !default; - -/// @prop - Border bottom for the divider -$item-md-divider-border-bottom: 1px solid $list-md-border-color !default; - -/// @prop - Padding for the divider -$item-md-divider-padding: 5px 15px !default; - .item-md { @include padding-horizontal($item-md-padding-start, 0); diff --git a/packages/core/src/components/item/item.wp.scss b/packages/core/src/components/item/item.wp.scss index 2c4aae6796..07b926625a 100644 --- a/packages/core/src/components/item/item.wp.scss +++ b/packages/core/src/components/item/item.wp.scss @@ -41,21 +41,6 @@ $item-wp-detail-push-color: $input-wp-border-color !default; /// @prop - Icon for the detail arrow $item-wp-detail-push-svg: "" !default; -/// @prop - Color for the divider -$item-wp-divider-color: $list-wp-text-color !default; - -/// @prop - Background for the divider -$item-wp-divider-background: #fff !default; - -/// @prop - Bodrer bottom for the divider -$item-wp-divider-border-bottom: 1px solid $list-wp-border-color !default; - -/// @prop - Font size for the divider -$item-wp-divider-font-size: 2rem !default; - -/// @prop - Padding for the divider -$item-wp-divider-padding: 5px 15px !default; - .item-wp { @include padding-horizontal($item-wp-padding-start, 0);