From f91def0ac0f0d6055b52db7f7e428fe507acafa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Cerito=C4=9Flu?= Date: Fri, 18 Aug 2023 04:13:44 +0300 Subject: [PATCH] fix: button border right bug on hover (#4283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Yağız Ceritoğlu --- components/lib/basecomponent/BaseComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/basecomponent/BaseComponent.vue b/components/lib/basecomponent/BaseComponent.vue index 866a7e9c3..fa2c01ce0 100644 --- a/components/lib/basecomponent/BaseComponent.vue +++ b/components/lib/basecomponent/BaseComponent.vue @@ -52,7 +52,7 @@ const buttonStyles = ` margin: 0; } -.p-buttonset .p-button:not(:last-child) { +.p-buttonset .p-button:not(:last-child), .p-buttonset .p-button:not(:last-child):hover { border-right: 0 none; }