Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexciesielski committed May 30, 2024
1 parent 27ce5e5 commit 9dcd18a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/app/components/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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),
Expand All @@ -92,7 +91,6 @@
border-bottom-left-radius: 0;
}


p-button[iconpos='right'] spinnericon {
order: 1;
}
Expand Down

0 comments on commit 9dcd18a

Please sign in to comment.