Skip to content

Commit

Permalink
AV-2090: Fix navbar focus on dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Nov 16, 2023
1 parent 6d2920d commit 368af08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opendata-assets/src/less/navbars.less
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ End of dropdown CSS
}
}
}

.dropdown-toggle:focus {
outline: 5px auto -webkit-focus-ring-color;
}
}

// nav collapsed
Expand Down

0 comments on commit 368af08

Please sign in to comment.