Skip to content

Commit

Permalink
Refactor #6636 - For Select
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 24, 2024
1 parent 515cd91 commit abc4536
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/primevue/src/select/style/SelectStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const theme = ({ dt }) => `
top: 50%;
margin-top: -0.5rem;
color: ${dt('select.clear.icon.color')};
right: ${dt('select.dropdown.width')};
inset-inline-end: ${dt('select.dropdown.width')};
}
.p-select-dropdown {
Expand All @@ -63,8 +63,8 @@ const theme = ({ dt }) => `
background: transparent;
color: ${dt('select.dropdown.color')};
width: ${dt('select.dropdown.width')};
border-top-right-radius: ${dt('select.border.radius')};
border-bottom-right-radius: ${dt('select.border.radius')};
border-start-end-radius: ${dt('select.border.radius')};
border-end-end-radius: ${dt('select.border.radius')};
}
.p-select-label {
Expand All @@ -87,7 +87,7 @@ const theme = ({ dt }) => `
}
.p-select:has(.p-select-clear-icon) .p-select-label {
padding-right: calc(1rem + ${dt('select.padding.x')});
padding-inline-end: calc(1rem + ${dt('select.padding.x')});
}
.p-select.p-disabled .p-select-label {
Expand Down

0 comments on commit abc4536

Please sign in to comment.