Skip to content

refactor(input): remove legacy property and styling #29019

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 13, 2024

Conversation

brandyscarney
Copy link
Member

This pull request includes the changes to remove the legacy property for the input as part of #29017. That pull request specifically focuses on updating tests to remove any legacy input usage. The internal ticket suggested separating these changes into individual pull requests. Please refer to the mentioned pull request for a detailed description of the combined changes from both pull requests. This will be merged into that pull request upon approval.

@github-actions github-actions bot added package: core @ionic/core package package: angular @ionic/angular package package: vue @ionic/vue package labels Feb 12, 2024
@brandyscarney brandyscarney marked this pull request as ready for review February 12, 2024 20:59
$input-ios-padding-bottom: $item-ios-padding-bottom !default;

/// @prop - Margin start of the input
$input-ios-padding-start: 0 !default;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These variables were only used by the legacy input

Comment on lines -10 to -21
/// @prop - Margin top of the input
$input-md-padding-top: 10px !default;

/// @prop - Margin end of the input
$input-md-padding-end: 0 !default;

/// @prop - Margin bottom of the input
$input-md-padding-bottom: 10px !default;

/// @prop - Margin start of the input
$input-md-padding-start: ($item-md-padding-start * 0.5) !default;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These variables were only used by the legacy input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: angular @ionic/angular package package: core @ionic/core package package: vue @ionic/vue package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants