Fix focus styles

This commit is contained in:
Oliver Davies 2018-12-19 21:01:26 +00:00
parent e69824ff75
commit 007435e4d7

View file

@ -18,7 +18,7 @@
>
<a
v-for="item in items"
class="block text-black focus:text-white focus:no-underline focus-within:bg-blue p-4 border-l-3 sm:border-l-0 sm:border-b-3 border-transparent hover:border-grey-light sm:ml-4 sm:mr-0 sm:p-0 hover:no-underline"
class="block text-black focus:outline-none p-4 border-l-3 sm:border-l-0 sm:border-b-3 border-transparent hover:border-grey-light sm:ml-4 sm:mr-0 sm:p-0 hover:no-underline"
:class="{'border-blue hover:border-blue': isActive(item)}"
:href="item.href"
>