Skip to content

Commit

Permalink
fix feature section hover behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Benson committed Jun 3, 2020
1 parent 39a99fd commit bd0fdce
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ export const ContentPlacementContainerStyles = css`
/* This creates the color, background, and elevation changes on hover */
:host([section="feature"]:hover) site-card-section,
:host([section="community"]:hover) site-content-placement {
color: var(--neutral-foreground-hint);
}
:host([section="feature"]) site-feature-card:hover {
color: var(--neutral-foreground-rest);
}
:host([section="community"]) site-content-placement:hover {
--elevation: 4;
cursor: pointer;
Expand Down

0 comments on commit bd0fdce

Please sign in to comment.