From 73927a5e304089ea94f831b30b0d17bf953c0987 Mon Sep 17 00:00:00 2001 From: Kasper Nilsson Date: Mon, 30 Jan 2017 14:58:25 -0800 Subject: [PATCH] Remove hover styling from non file-row items This makes only the file-rows have hover styling, which is correct as they are the only actionable/clickable rows in the file-list. Bug: Issue 5362 Change-Id: Ia147093bd63c3c7266c2e8b6adf826a8f08c6347 --- .../app/elements/change/gr-file-list/gr-file-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html b/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html index 099a0ba111..ae51654f3d 100644 --- a/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html +++ b/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html @@ -62,7 +62,7 @@ limitations under the License. text-align: center; width: 1.5em; } - .row:not(.header):hover { + .file-row:hover { background-color: #f5fafd; } .row.selected {