From 58ffba52e89ea576af20728ef820ab3a6abbfcbd Mon Sep 17 00:00:00 2001 From: Kroell Date: Thu, 12 Jan 2023 09:23:29 -0500 Subject: [PATCH] fix to focus state styling issue --- src/common-components/base-input-button/base-input-button.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-components/base-input-button/base-input-button.vue b/src/common-components/base-input-button/base-input-button.vue index 98f0425e..c95a53cb 100644 --- a/src/common-components/base-input-button/base-input-button.vue +++ b/src/common-components/base-input-button/base-input-button.vue @@ -167,6 +167,7 @@ input { opacity: 0; height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it width: 0; + position: absolute; // to fix focus styling issue (SSR-212) } @supports (-moz-appearance: none) {