From 9c51c6c98a14103c436310e9963c47b615f90d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 25 May 2023 16:22:29 +0300 Subject: [PATCH] Button focus state fixes --- components/doc/DocSectionCode.vue | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/components/doc/DocSectionCode.vue b/components/doc/DocSectionCode.vue index e67305ef8..65ace6dcb 100644 --- a/components/doc/DocSectionCode.vue +++ b/components/doc/DocSectionCode.vue @@ -42,11 +42,13 @@ class="p-button-rounded p-button-text p-button-plain h-2rem w-2rem p-0 inline-flex align-items-center justify-content-center" @click="showCodesandbox" > - - - + @@ -57,9 +59,11 @@ class="p-button-rounded p-button-text p-button-plain h-2rem w-2rem p-0 inline-flex align-items-center justify-content-center" @click="showStackblitz" > - - - +