mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Refactored datepicker input
This commit is contained in:
parent
162fc38bde
commit
47711d5af9
4 changed files with 12 additions and 11 deletions
|
@ -54,15 +54,15 @@ const theme = ({ dt }) => `
|
|||
outline-offset: ${dt('datepicker.dropdown.focus.ring.offset')};
|
||||
}
|
||||
|
||||
.p-datepicker:has(.p-datepicker-input-icon) {
|
||||
.p-datepicker:has(.p-datepicker-input-icon-container) {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.p-datepicker:has(.p-datepicker-input-icon) .p-datepicker-input {
|
||||
.p-datepicker:has(.p-datepicker-input-icon-container) .p-datepicker-input {
|
||||
padding-right: calc((${dt('form.field.padding.x')} * 2) + ${dt('icon.size')});
|
||||
}
|
||||
|
||||
.p-datepicker-input-icon {
|
||||
.p-datepicker-input-icon-container {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue