commit | 05040d8f1e66ab213e4f8bd41bbc6537b936f5c5 | [log] [tgz] |
---|---|---|
author | Wyatt Allen <wyatta@google.com> | Fri May 12 20:05:00 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 12 20:05:00 2017 +0000 |
tree | c7b17e695aae707c307c28cef29fc21bc30df41d | |
parent | ff30880f1bacf71fb0924435c9219a4f86b63963 [diff] | |
parent | dcb8f0401204e24dc1ae0901fa923a29cf8c8521 [diff] |
Merge "Highlight gr-change-list-item on hover"
diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html index d50e0b3..6df33db 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html
@@ -30,6 +30,9 @@ display: table-row; border-bottom: 1px solid #eee; } + :host(:hover) { + background-color: #f5fafd; + } :host([selected]) { background-color: #ebf5fb; }