Commit 98f5773e authored by Kyle Milka's avatar Kyle Milka Committed by Commit Bot

[NTP] Add fakebox hover state and transition

Bug: 859381
Cq-Include-Trybots: luci.chromium.try:closure_compilation
Change-Id: Ibd5a7f08e9aa20682ca2a43baf491bcfa43f2ca7
Reviewed-on: https://chromium-review.googlesource.com/1123034Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Kyle Milka <kmilka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572494}
parent 9e56ad82
......@@ -297,6 +297,11 @@ body.alternate-logo #logo-non-white {
box-shadow: none;
margin: 0 auto;
max-width: 560px;
transition: background-color 300ms ease-in-out;
}
.md #fakebox:hover {
background-color: rgb(232, 234, 237);
}
.non-google-page #fakebox-container {
......
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