Skip to content

Commit

Permalink
Add missing focus styles to demos
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Nov 23, 2022
1 parent 3c74282 commit e65d961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/cran-packages/cran-packages.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ tags$link(href = "https://fonts.googleapis.com/css?family=Nunito:400,600,700&dis
color: hsl(213, 13%, 33%);
}
.header[aria-sort]:hover {
.header[aria-sort]:hover,
.header[aria-sort]:focus {
color: hsl(213, 55%, 50%);
}
Expand Down
1 change: 1 addition & 0 deletions vignettes/womens-world-cup/womens-world-cup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ htmltools::tags$link(
/* Highlight headers when sorting */
.header:hover,
.header:focus,
.header[aria-sort="ascending"],
.header[aria-sort="descending"] {
background-color: #eee;
Expand Down

0 comments on commit e65d961

Please sign in to comment.