diff --git a/core/src/components/select-popover/select-popover.scss b/core/src/components/select-popover/select-popover.scss index 5b76901dbf..9836ba0852 100644 --- a/core/src/components/select-popover/select-popover.scss +++ b/core/src/components/select-popover/select-popover.scss @@ -1,7 +1,7 @@ -@import "./select-popover.vars"; +@import "../../themes/ionic.globals"; :host ion-list { - @include margin($select-popover-list-margin-top, $select-popover-list-margin-end, $select-popover-list-margin-bottom, $select-popover-list-margin-start); + @include margin(0); } :host ion-list-header, diff --git a/core/src/components/select-popover/select-popover.vars.scss b/core/src/components/select-popover/select-popover.vars.scss deleted file mode 100644 index 09d0d564dd..0000000000 --- a/core/src/components/select-popover/select-popover.vars.scss +++ /dev/null @@ -1,16 +0,0 @@ -@import "../../themes/ionic.globals"; - -// Select -// -------------------------------------------------- - -/// @prop - Margin top of the select popover list -$select-popover-list-margin-top: -1px !default; - -/// @prop - Margin end of the select popover list -$select-popover-list-margin-end: 0 !default; - -/// @prop - Margin bottom of the select popover list -$select-popover-list-margin-bottom: -1px !default; - -/// @prop - Margin start of the select popover list -$select-popover-list-margin-start: 0 !default;