-
Notifications
You must be signed in to change notification settings - Fork 77
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
refactor(modal)!: Renamed CSS variable #6078
refactor(modal)!: Renamed CSS variable #6078
Conversation
BREAKING CHANGE: Removed `--calcite-modal-padding` CSS variable. - Removed the `--calcite-modal-padding` CSS variable, use the `--calcite-modal-content-padding` CSS variable instead.
Also removes some unneeded duplicate CSS variables - keeps the |
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.
👍 Looks good.
I modified the PR title to add the !
since its a breaking change.
Whoops, thanks @driskull |
I think there's something wonky with the css processing and the fallback format, hold on: cb223dc#diff-0b02b2fb1967f75b4eb428ae025550330bd7f48c7a8706a6c704552845698ec5R183 Looks like it requires explicit |
* master: (36 commits) 1.0.0-next.696 feat(tip,tip-manager): add built-in translations (#6074) 1.0.0-next.695 fix(icon, graphic, loader): Set aria-hidden on internal svg elements (#6069) 1.0.0-next.694 refactor(modal)!: Renamed CSS variable (#6078) 1.0.0-next.693 refactor(color-picker-hex-input)!: removed `intl*` properties (#6063) 1.0.0-next.692 feat(shell): Add slots for Modal and Alert (#5983) 1.0.0-next.691 refactor(input-date-picker)!: Removed deprecated start, startAsDate, end, endAsDate properties (#6076) 1.0.0-next.690 fix(combobox): Fix error when typing a custom value (#6071) 1.0.0-next.689 fix(rating): 5312 improve user interface (#5948) chore: Clean outdated properties (#6073) docs: update component READMEs (#6072) chore: Update interface references (#6068) chore(action): Clean up action appearance references (#6067) ...
BREAKING CHANGE: Removed
--calcite-modal-padding
CSS variable.--calcite-modal-padding
CSS variable, use the--calcite-modal-content-padding
CSS variable instead.