Skip to content

Commit

Permalink
Fixing accessibility bug (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
navya9singh authored Sep 27, 2024
1 parent d1fdf1b commit 1cb9f4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ $headline-foreground-bg: white;
&:active {
background-color: #156fb4;
}
&:focus-visible,
&:hover {
outline-width: 2px;
box-shadow: 0px 4px 20px -2px rgba(0, 0, 0, 0.25);
Expand All @@ -591,6 +592,7 @@ $headline-foreground-bg: white;
height: 342px;
margin-bottom: 2px;

&:focus-visible,
&:hover {
outline-color: $ts-main-blue-color;
outline-width: 2px;
Expand Down

0 comments on commit 1cb9f4e

Please sign in to comment.