Remove extra focus styles

This commit is contained in:
Oliver Davies 2019-02-15 21:58:04 +00:00
parent 582bd47541
commit 0ce7e939c4
2 changed files with 1 additions and 4 deletions

View file

@ -9,9 +9,6 @@ a
&:hover &:hover
@apply underline @apply underline
&:focus
@apply text-white bg-blue outline-none px-px -mx-px no-underline
@tailwind components @tailwind components
@import 'components/blockquote' @import 'components/blockquote'

View file

@ -1,6 +1,6 @@
<div class="mb-2"> <div class="mb-2">
<h2 class="text-inherit text-lg m-0"> <h2 class="text-inherit text-lg m-0">
<a href="{{ post.url }}" class="text-black focus:text-white inline-block"> <a href="{{ post.url }}" class="text-black inline-block">
{{ post.draft ? 'Draft: '|upper }}{{ post.title }} {{ post.draft ? 'Draft: '|upper }}{{ post.title }}
</a> </a>
</h2> </h2>