Brettm12345 / github-moonlight

A beatiful dark blue userstyle for GItHub. Made with :heart:
MIT License
396 stars 12 forks source link

Fix notification focus style #59

Closed jamiebrynes7 closed 3 years ago

jamiebrynes7 commented 3 years ago

At some point, GitHub added an additional focus style in the notification panel which seems to be the last notification item hovered (.notifications-list-item.navigation-focus).

It results in the notification panel looking like:

image

This PR resolves this issue by applying the same styles as the :focus & :hover selectors to this case:

image