Skip to content

Commit

Permalink
NBNP-406 Accessibility CSS asset: add focus rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Apr 10, 2024
1 parent e714f59 commit 4303604
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
background-color: #f00;
opacity: 0.3;
}
.digital-serial-page-highlight:focus {
box-shadow: 0 0 0 0.25rem rgb(255, 0, 0);
}
.digital-serial-page-highlight:hover {
background-color: #f00;
cursor: default;
Expand Down

0 comments on commit 4303604

Please sign in to comment.