Fixed splitbutton bordering

pull/345/head
cagataycivici 2020-05-13 00:53:37 +03:00
parent cf6246ab48
commit 7c43b96456
1 changed files with 3 additions and 3 deletions

View File

@ -41,16 +41,16 @@
margin: 0;
}
.p-buttonset .p-button:not(:first-child):not(:last-child) {
.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
border-radius: 0;
}
.p-buttonset .p-button:first-child {
.p-buttonset .p-button:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.p-buttonset .p-button:last-child {
.p-buttonset .p-button:last-of-type {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}