Commit 10d938c3 authored by Kyle Milka's avatar Kyle Milka Committed by Commit Bot

[NTP] Update gear icon hover color for non-white backgrounds

Bug: 854010
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: I5b0d59bb3ab73a6e179a70021779af8afa31e2e2
Reviewed-on: https://chromium-review.googlesource.com/1109029Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Kyle Milka <kmilka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569322}
parent a96307a3
......@@ -15,6 +15,10 @@
background-color: rgb(241, 243, 244);
}
.non-white-bg #edit-bg:hover {
background-color: rgba(255, 255, 255, .1);
}
#edit-bg-gear:focus {
outline: 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment