Skip to content
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

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Conversation

GrabowskiM
Copy link
Contributor

@GrabowskiM GrabowskiM commented Aug 22, 2023

Question Answer
Tickets https://issues.ibexa.co/browse/IBX-6252
Bug fix? no
New feature? no
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

TODO:
title/hover on disabled button doesn't work

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@GrabowskiM GrabowskiM marked this pull request as draft August 22, 2023 13:32
@GrabowskiM GrabowskiM marked this pull request as ready for review August 24, 2023 12:32
@@ -307,6 +307,7 @@
color: $ibexa-color-dark;
fill: $ibexa-color-dark;
padding: calculateRem(11px) calculateRem(12px);
pointer-events: auto;
Copy link
Contributor

@Gengar-i Gengar-i Aug 28, 2023

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?

Copy link
Contributor Author

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

@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@tomaszszopinski tomaszszopinski left a 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.

@dew326 dew326 merged commit 781b3cd into main Sep 13, 2023
14 checks passed
@dew326 dew326 deleted the IBX-6252-pb-history branch September 13, 2023 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants