Skip to content

Commit

Permalink
[B] CalloutEntry hover state on link only
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed Apr 10, 2024
1 parent 7d49a65 commit e5f0a7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/content-blocks/Callout/CalloutEntry/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,6 @@ export const ImageWrapper = styled.div`
object-fit: cover;
}
${Inner}:hover &,
${Inner}:focus-visible & {
filter: invert(25%) sepia(80%) saturate(102%) hue-rotate(130deg)
brightness(100%) contrast(100%);
outline: none;
opacity: 0.7;
}
${respond(
` ${mobileMargins()}
min-height: ${fluidScale(
Expand Down

0 comments on commit e5f0a7b

Please sign in to comment.