Skip to content

Commit

Permalink
Use focus pseudoclass instead of focus-within to highlight table-row (T…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherfin Shamsudeen authored Oct 7, 2021
1 parent 22cfe0a commit 258ba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/_styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ body {
}

.table-row:hover,
.table-row:focus-within {
.table-row:focus {
background: rgba(lightBlue, 0.25);
}

Expand Down

0 comments on commit 258ba5c

Please sign in to comment.