Skip to content

Commit

Permalink
Override style to ensure there is a focus ring on buttons (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Jun 28, 2022
1 parent d20e7da commit 7d351de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/_static/css/citus.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ h1,h2,.rst-content .toctree-wrapper p.caption,h3,h4,h5,h6,legend {
border: 1px solid #404040;
}

/*.btn:focus {
outline: 1px solid;
}*/
.btn:focus {
outline: 1px dashed !important;
}

:focus {
outline: 1px dashed;
}
Expand Down

0 comments on commit 7d351de

Please sign in to comment.