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

Add cursor: pointer to details summary on /cookie-settings/ page (Fixes #14781) #14782

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

alexgibson
Copy link
Member

@alexgibson alexgibson commented Jul 3, 2024

One-line summary

Adds cursor: pointer; to <summary> elements on hover in /cookie-settings/ page

Issue / Bugzilla link

#14781

Testing

http://localhost:8000/en-US/privacy/websites/cookie-settings/

@alexgibson alexgibson added P3 Third level priority - Nice to have Needs Review Awaiting code review Review: µ Code review time: 5 minutes or less labels Jul 3, 2024
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.18%. Comparing base (6bb1d21) to head (d7ffa89).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14782   +/-   ##
=======================================
  Coverage   77.18%   77.18%           
=======================================
  Files         159      159           
  Lines        8239     8239           
=======================================
  Hits         6359     6359           
  Misses       1880     1880           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@reemhamz reemhamz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I welcome this good UX change, r+! I left a tiny comment that I'll leave up to you to update or not 🎀

@@ -80,6 +80,11 @@ main {

.cookie-summary {
border-bottom: 1px solid $color-light-gray-40;

// Temporary fix until https://github.com/mozilla/protocol/issues/948 is added
&:hover {
Copy link
Contributor

@reemhamz reemhamz Jul 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker, but I don't think &:hover is really necessary since it performs the same action

@reemhamz reemhamz removed the Needs Review Awaiting code review label Jul 8, 2024
@mozilla mozilla deleted a comment from linjinguang39 Jul 8, 2024
@alexgibson alexgibson merged commit 8eb866e into mozilla:main Jul 8, 2024
5 checks passed
@alexgibson alexgibson deleted the cookie-setting-hover branch July 8, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Third level priority - Nice to have Review: µ Code review time: 5 minutes or less
4 participants