Files
@ 9b7eebc852d7
Branch filter:
Location: kallithea/init.d/celeryd-upstart.conf
9b7eebc852d7
923 B
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.