Refactor #6680 - For ButtonGroup

pull/6687/head
tugcekucukoglu 2024-10-30 12:08:58 +03:00
parent d4579d4b3a
commit 86a409e0aa
1 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ const theme = ({ dt }) => `
.p-buttongroup .p-button:not(:last-child),
.p-buttongroup .p-button:not(:last-child):hover {
border-right: 0 none;
border-inline-end: 0 none;
}
.p-buttongroup .p-button:not(:first-of-type):not(:last-of-type) {
@ -15,13 +15,13 @@ const theme = ({ dt }) => `
}
.p-buttongroup .p-button:first-of-type:not(:only-of-type) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-start-end-radius: 0;
border-end-end-radius: 0;
}
.p-buttongroup .p-button:last-of-type:not(:only-of-type) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-start-start-radius: 0;
border-end-start-radius: 0;
}
.p-buttongroup .p-button:focus {