-
Notifications
You must be signed in to change notification settings - Fork 132
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
fix(core,platform): remove css from list component, use correct class names #6010
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✔️ Deploy Preview for fundamental-ngx ready! 🔨 Explore the source changes: a96027e 🔍 Inspect the deploy log: https://app.netlify.com/sites/fundamental-ngx/deploys/610421dfce380d000847f237 😎 Browse the preview: https://deploy-preview-6010--fundamental-ngx.netlify.app |
This pull request is stale because it has been open 2 days with no activity. Remove stale label or comment or this will be closed in 3 days |
Betrozov
suggested changes
Jul 19, 2021
a4ae0b4
to
d584d94
Compare
Betrozov
approved these changes
Jul 21, 2021
platon-rov
reviewed
Jul 22, 2021
InnaAtanasova
approved these changes
Jul 23, 2021
platon-rov
approved these changes
Jul 25, 2021
puru-hk
approved these changes
Jul 27, 2021
d584d94
to
c084304
Compare
c084304
to
18cef91
Compare
maxym-valor
pushed a commit
to maxym-valor/fundamental-ngx
that referenced
this pull request
Aug 2, 2021
…tr.name in radio button (SAP#6056) chore(release): version 0.31.0-rc.151 build 18851 [ci skip] feat(core): dialog auto labelling (SAP#6053) chore(release): version 0.31.0-rc.152 build 18855 [ci skip] fix(platform): grouping & frozen columns table layout fix (SAP#6043) test(e2e): add e2e tests for date-picker core test(e2e): skip failed scenarios for prod mode (SAP#6110) * test(e2e): update url and visual regression * test(e2e): minor changes * test(e2e): minor changes 2 * test(e2e): skip failed scenarios * test(e2e): skip failed scenarios chore(release): version 0.31.0-rc.153 build 18909 [ci skip] fix(platform): combobox in mobile mode (SAP#6115) chore(release): version 0.31.0-rc.154 build 18923 [ci skip] fix(core): fix extra onChange event in the TimePicker component (SAP#6079) * fix(core): fix extra onChange event * test(e2e): update e2e tests Co-authored-by: nikvalor <[email protected]> chore(release): version 0.31.0-rc.155 build 18928 [ci skip] feat(core): moment date time adapter implementation (SAP#6000) * feat(core): moment date time adapter implementation * feat(core): inclusive language fix * feat(core): replace unused variables * feat(core): moment date time adapter change request implementation * feat(core): moment date time adapter change request implementation * feat(core): moment date time adapter change request implementation * feat(core): moment date time adapter change request implementation * feat(core): moment date time adapter change request implementation * feat(core): add moment-adapter api doc * feat(core): moment-adapter fix publish commands Co-authored-by: dimamarksman <[email protected]> chore(release): version 0.31.0-rc.156 build 18929 [ci skip] docs(platform): add ariba labels to those component doc pages (SAP#6051) * docs(platform): add ariba labels to those component doc pages * docs: update the info labels with the components chore(release): version 0.31.0-rc.157 build 18932 [ci skip] fix(platform): add attribute option into combobox (SAP#5772) * fix(platform): add attribute option into combobox * fix(platform): delete interaction states * fix(platform): delete styles into combobox component * test(e2e): update visual regression * fix(platform): remove tabindex * test(e2e): update visual regression Co-authored-by: nikvalor <[email protected]> chore(release): version 0.31.0-rc.158 build 18935 [ci skip] fix(platform): fix search component keyboard accessibility and screen reader issues (SAP#5673) * fix(platform): esc button close and taborder * fix(platform): select list item on tab * fix(platform): menu trigger on spacebar * fix(platform): menu item select on spacebar * fix(platform): search suggestion announcement fixed with aria-live * test(platform): fixed failing test case for timer * fix(platform): using Keyutil and custom message * fix(platform): reference comment added * test(platform): e2e test fix * fix(platform): use liveAnnouncer from cdk * fix(platform): change message variable to private * fix(platform): use keyutil and code formatting * fix(platform): remove role search, correct count for suggestion * fix(platform): travis fix and review comments chore(release): version 0.31.0-rc.159 build 18954 [ci skip] fix(core): remove css from fixed-card-layout component, use correct class names (SAP#6009) * fix(core): remove css from fixed-card-layout, use correct class names * fix(core): broken travis tests fix * fix(core): broken travis tests fix * fix(core): add cdk-drag-disabled class to change cursor to default fix(core,platform): remove css from list component, use correct class names (SAP#6010) BREAKING CHANGE: Removed [noSeperator] property in list component as it was not necessary, as we have [noBorder] property which has the same functionality.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please provide a link to the associated issue.
Part of #5025
Please provide a brief summary of this pull request.
This PR removes css from list component in core and platform.
and modifies the html template for correct use of class names.
Breaking Change:
Removed [noSeperator] property as it was not necessary, as we have [noBorder] property which has same functionality.
Please check whether the PR fulfills the following requirements
https://github.com/SAP/fundamental-ngx/blob/main/CONTRIBUTING.md
https://github.com/SAP/fundamental-ngx/wiki/PR-Review-Checklist
Documentation checklist:
README.md