From 0ce7e939c45c566719f27f87214bc025ed27c82b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 Feb 2019 21:58:04 +0000 Subject: [PATCH] Remove extra focus styles --- assets/sass/app.sass | 3 --- source/_partials/blog/post-summary.html.twig | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/sass/app.sass b/assets/sass/app.sass index e2b58006..74e9a26d 100644 --- a/assets/sass/app.sass +++ b/assets/sass/app.sass @@ -9,9 +9,6 @@ a &:hover @apply underline - &:focus - @apply text-white bg-blue outline-none px-px -mx-px no-underline - @tailwind components @import 'components/blockquote' diff --git a/source/_partials/blog/post-summary.html.twig b/source/_partials/blog/post-summary.html.twig index e1e06d67..23463d25 100644 --- a/source/_partials/blog/post-summary.html.twig +++ b/source/_partials/blog/post-summary.html.twig @@ -1,6 +1,6 @@

- + {{ post.draft ? 'Draft: '|upper }}{{ post.title }}