Skip to content

Commit

Permalink
Show outline on focused elements with tab press
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRyabinin committed Jul 3, 2023
1 parent 7128df4 commit 46be2d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/html/doxygen.css
Expand Up @@ -139,6 +139,10 @@ a.navtab {
font-weight: bold;
}

.tablist a:focus {
outline: auto;
}

div.qindex{
text-align: center;
width: 100%;
Expand Down

0 comments on commit 46be2d0

Please sign in to comment.