Skip to content

Commit

Permalink
Site Screenshot: Add slight animation for border color
Browse files Browse the repository at this point in the history
See #151
  • Loading branch information
ryelle committed Sep 19, 2023
1 parent 9f519a7 commit 120dec3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
border-style: solid;
border-color: var(--wp--custom--wporg-site-screenshot--border--color);
border-radius: var(--wp--custom--wporg-site-screenshot--border--radius);
transition: border-color 0.2s ease-in-out;

&:where(.is-linked-image):hover,
&:where(.is-linked-image):focus-within {
Expand Down

0 comments on commit 120dec3

Please sign in to comment.