From 9dcd18a9471a13e49119a8d55429899203c988c2 Mon Sep 17 00:00:00 2001 From: Alexander Ciesielski Date: Thu, 30 May 2024 11:43:52 +0200 Subject: [PATCH] formatting --- src/app/components/button/button.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/components/button/button.css b/src/app/components/button/button.css index 80f832c468b..4958987c6cc 100755 --- a/src/app/components/button/button.css +++ b/src/app/components/button/button.css @@ -49,17 +49,17 @@ .p-button-group .p-button:focus, .p-button-group p-button:focus .p-button, - .p-buttonset .p-button:focus, - .p-buttonset .p-button:focus, + .p-buttonset .p-button:focus, + .p-buttonset .p-button:focus, .p-buttonset p-button:focus .p-button, - .p-buttonset .p-button:focus{ + .p-buttonset .p-button:focus { position: relative; z-index: 1; } .p-button-group .p-button:not(:last-child), - .p-button-group .p-button:not(:last-child):hover, - .p-button-group p-button:not(:last-child) .p-button, + .p-button-group .p-button:not(:last-child):hover, + .p-button-group p-button:not(:last-child) .p-button, .p-button-group p-button:not(:last-child) .p-button:hover, .p-buttonset .p-button:not(:last-child), .p-buttonset .p-button:not(:last-child):hover, @@ -75,7 +75,6 @@ border-radius: 0; } - .p-button-group .p-button:first-of-type:not(:only-of-type), .p-button-group p-button:first-of-type:not(:only-of-type) .p-button, .p-buttonset .p-button:first-of-type:not(:only-of-type), @@ -92,7 +91,6 @@ border-bottom-left-radius: 0; } - p-button[iconpos='right'] spinnericon { order: 1; }