Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 13.3k
refactor(select): remove legacy property and styling #29019#29025
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
53d574ae63d89d3eacb1dee9ab39File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,18 +4,6 @@ | ||
| // Material Design Select | ||
| // -------------------------------------------------- | ||
| /// @prop - Padding top of the select | ||
| $select-md-padding-top: $item-md-padding-top !default; | ||
| /// @prop - Padding end of the select | ||
| $select-md-padding-end: 0 !default; | ||
| /// @prop - Padding bottom of the select | ||
| $select-md-padding-bottom: $select-md-padding-top !default; | ||
| /// @prop - Padding start of the select | ||
| $select-md-padding-start: $item-md-padding-start !default; | ||
Comment on lines
-7
to
-18
MemberAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These variables were only used by the legacy select | ||
| /// @prop - Size of the select icon | ||
| $select-md-icon-size: dynamic-font(13px) !default; | ||
| /// @prop - The amount of whitespace to display on either side of the floating label | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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 select