-
Notifications
You must be signed in to change notification settings - Fork 8.6k
UX: Notification panel update #33795
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
Conversation
06c0eee
to
5fbcbd2
Compare
5fbcbd2
to
7789ac2
Compare
This reverts commit 96eee5d.
This pull request has been mentioned on Discourse Meta. There might be relevant details there: https://meta.discourse.org/t/new-header-dropdown-notification-menu-styles/369574/1 |
This pull request has been mentioned on Discourse Meta. There might be relevant details there: https://meta.discourse.org/t/new-header-dropdown-notification-menu-styles/369574/88 |
This pull request has been mentioned on Discourse Meta. There might be relevant details there: https://meta.discourse.org/t/discourse-design-team-experimentation-topic/285362/1 |
This pull request has been mentioned on Discourse Meta. There might be relevant details there: https://meta.discourse.org/t/daily-summary-5am-utc/291851/550 |
A followup to #33795 1. the hover effect was broken in Safari (becase it was trying to emulate a backround with a box-shadow of a small child element) 2. in <= 400px height viewports elements were overlapping eachother and icons moved on hover 3. changing `--user-menu-border-width` had issues: at 0px and >=3px icons would move on hover, and increasing the value would make tabs overlap with the border
This PR merges the ongoing discourse experiment with notification menu changes into core.