-
Notifications
You must be signed in to change notification settings - Fork 15
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
IBX-6252: Update hover styles for --selector button #877
Conversation
@@ -307,6 +307,7 @@ | |||
color: $ibexa-color-dark; | |||
fill: $ibexa-color-dark; | |||
padding: calculateRem(11px) calculateRem(12px); | |||
pointer-events: auto; |
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.
Property pointer-events: auto
is default value.
Shouldn't we delete all of the pointer-events: none values instead?
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.
Personally I would do such change in new PR/issue, as removing pointer-events: none from all buttons (what you propose if I understand correctly) touches all system, I'd rather not do such big change in this feature PR.
What other thinks? @dew326 @lucasOsti @tischsoic
a5f3e26
to
943b586
Compare
943b586
to
76c9b6b
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
QA approved on IbexaDXP 4.6 commerce.
TODO:
title/hover on disabled button doesn't work
Checklist:
$ composer fix-cs
)