-
-
Notifications
You must be signed in to change notification settings - Fork 656
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
Notification fixes #1674
Notification fixes #1674
Conversation
This accessibility issue touches another potential problem in all notifications that have a user avatar as their icon. In all those cases clicking the avatar in the notification takes you to the user's profile while clicking on the notification body takes you to the relevant document, contact request, or other |
The fix implemented for #1525 changes the hover style for any notification that contains the avatar icon. |
Fix for #1524: Untitled.video.-.Made.with.Clipchamp.mp4 |
remove `:has` selector
background-color: @cp_dropdown-bg-hover; | ||
} | ||
} | ||
li[role="menuitem"].cp-notification-avatar { |
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.
dropdown.less
is a generic file containing style for all dropdown in CryptPad. You shouldn't put style specific to the notifications here. notifications.less
is more appropriate for these changes.
…pad/cryptpad into contact-request-notification-fixes
Hello,
This PR addresses two issues related to some specific notifications: