-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: button for clearing basket #1537
Conversation
0176f97
to
9c570d1
Compare
Azure Demo Servers are available: |
9c570d1
to
afe539b
Compare
afe539b
to
4f148f0
Compare
Regarding to this article we should keep the button to delete the items: Links should never be used to change the state of an application. This means that clicking on a link should not add, change, or delete any data on the screen, So, a delete action should never be a link, nor should a save action. |
If we need to add additional, less-visually competitive actions on a page, we use a link-style button. We have exhausted the use of primary and secondary buttons, a link-style button is the way to go. |
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.
L10N changes approved.
c87387f
to
a4b4425
Compare
PR Type
[x] Feature
Now, that I have seen it in a couple of customer projects, it is time to also have this in the OOTB solution.
TODO
Does this PR Introduce a Breaking Change?
[ ] Yes
[x] No
Other Information
AB#91470