From eb2a6994865de7db06c6ed848ecb8cce19fe550c Mon Sep 17 00:00:00 2001 From: "@lukin" Date: Wed, 6 Apr 2022 01:00:00 +0400 Subject: [PATCH] feat: update link styles --- theme/keywind/login/components/link/primary.ftl | 2 +- theme/keywind/login/components/link/secondary.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/keywind/login/components/link/primary.ftl b/theme/keywind/login/components/link/primary.ftl index e066f6a..8629108 100644 --- a/theme/keywind/login/components/link/primary.ftl +++ b/theme/keywind/login/components/link/primary.ftl @@ -1,6 +1,6 @@ <#macro kw component="a" rest...> <${component} - class="flex text-primary-600 focus:outline-none focus:ring-2 focus:ring-primary-600 focus:ring-offset-2 hover:text-primary-500" + class="flex text-primary-600 hover:text-primary-500" <#list rest as attrName, attrValue> ${attrName}="${attrValue}" diff --git a/theme/keywind/login/components/link/secondary.ftl b/theme/keywind/login/components/link/secondary.ftl index 99d45c3..431bb75 100644 --- a/theme/keywind/login/components/link/secondary.ftl +++ b/theme/keywind/login/components/link/secondary.ftl @@ -1,6 +1,6 @@ <#macro kw component="a" rest...> <${component} - class="flex text-secondary-600 focus:outline-none focus:ring-2 focus:ring-secondary-600 focus:ring-offset-2 hover:text-secondary-900" + class="flex text-secondary-600 hover:text-secondary-900" <#list rest as attrName, attrValue> ${attrName}="${attrValue}"