Skip to content

Commit

Permalink
23.6.17 Disable notifications hover on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 22, 2023
1 parent c86ef5c commit 1d3c796
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style/23.6.17.css
Expand Up @@ -10,3 +10,9 @@
.rgh-sticky-sidebar-enabled [id^='my-forks-menu'] {
z-index: initial !important; /* This affects the social buttons. It seems to have no effect but it constantly causes trouble with other features. */
}

/* https://github.com/refined-github/refined-github/pull/6779 */
.rgh-no-navigation-highlight .notifications-list-item:hover {
background: none !important;
box-shadow: none !important;
}

0 comments on commit 1d3c796

Please sign in to comment.