mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #6636 - For SelectButton
This commit is contained in:
parent
ae27c2c311
commit
09c14e9fc7
1 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue