Files
@ 9b7eebc852d7
Branch filter:
Location: kallithea/docs/api/models.rst
9b7eebc852d7
632 B
text/prs.fallenstein.rst
less: disable blue outline in navbar when tabbing through the entries in the top navbar in Chrome
Bootstrap has
a:focus { outline: 5px auto -webkit-focus-ring-color; }
which (inconsistently) puts a blue outline that doesn't match the color scheme.
For now, just disable it in the navbar.
Bootstrap has
a:focus { outline: 5px auto -webkit-focus-ring-color; }
which (inconsistently) puts a blue outline that doesn't match the color scheme.
For now, just disable it in the navbar.