summaryrefslogtreecommitdiff
path: root/source/features/hide-navigation-hover-highlight.css
blob: 1b690b0c5990b2cf2b01d235e7de047ad4863c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[rgh-no-navigation-highlight] .Box-row.navigation-focus, /* Issue list */
[rgh-no-navigation-highlight] .react-directory-row:hover, /* React file list */
[rgh-no-navigation-highlight] .navigation-focus td /* File list */ {
	background: none !important;
}

/* Notifications list */
[rgh-no-navigation-highlight] .notifications-list-item:hover {
	background: none !important;
	box-shadow: none !important;
}