Files
@ 9b7eebc852d7
Branch filter:
Location: kallithea/MANIFEST.in
9b7eebc852d7
1.0 KiB
text/plain
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.