From e2c5cc7f0eee22a4086d506218a1bd34f940d9c6 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 19 Apr 2022 10:28:17 +0300 Subject: [PATCH] Removed transition as it should come from designer --- src/components/button/Button.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/button/Button.css b/src/components/button/Button.css index 8660ca94a..f937b65f9 100755 --- a/src/components/button/Button.css +++ b/src/components/button/Button.css @@ -65,8 +65,4 @@ .p-buttonset .p-button:focus { position: relative; z-index: 1; -} - -.p-button-label { - transition: all .2s; } \ No newline at end of file