Remove extra focus styles
This commit is contained in:
parent
582bd47541
commit
0ce7e939c4
|
@ -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'
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Reference in a new issue