Refactor #6636 - For SelectButton

pull/6620/head^2
tugcekucukoglu 2024-10-24 17:28:59 +03:00
parent ae27c2c311
commit 09c14e9fc7
1 changed files with 5 additions and 5 deletions

View File

@ -20,14 +20,14 @@ const theme = ({ dt }) => `
} }
.p-selectbutton .p-togglebutton:first-child { .p-selectbutton .p-togglebutton:first-child {
border-left-width: 1px; border-inline-start-width: 1px;
border-top-left-radius: ${dt('selectbutton.border.radius')}; border-start-start-radius: ${dt('selectbutton.border.radius')};
border-bottom-left-radius: ${dt('selectbutton.border.radius')}; border-end-start-radius: ${dt('selectbutton.border.radius')};
} }
.p-selectbutton .p-togglebutton:last-child { .p-selectbutton .p-togglebutton:last-child {
border-top-right-radius: ${dt('selectbutton.border.radius')}; border-start-end-radius: ${dt('selectbutton.border.radius')};
border-bottom-right-radius: ${dt('selectbutton.border.radius')}; border-end-end-radius: ${dt('selectbutton.border.radius')};
} }
.p-selectbutton.p-invalid { .p-selectbutton.p-invalid {