Commit acc335e7 authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[modules] Add visual hover and pressed states to task module query chips

Fixed: 1140261
Change-Id: I3048004ebe36c0562028f2034d94bf4245736e8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510715
Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org>
Commit-Queue: Esmael Elmoslimany <aee@chromium.org>
Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#823382}
parent 21b97907
...@@ -116,6 +116,14 @@ ...@@ -116,6 +116,14 @@
text-decoration: none; text-decoration: none;
} }
.pill:hover {
background-color: var(--ntp-hover-background-color);
}
.pill:active {
background-color: var(--ntp-active-background-color);
}
:host-context(.focus-outline-visible) .pill:focus { :host-context(.focus-outline-visible) .pill:focus {
box-shadow: var(--ntp-focus-shadow); box-shadow: var(--ntp-focus-shadow);
} }
......
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