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; }