Fixed #16810 - nput group with filled input visuals broken in Material Theme

pull/6829/head
Cagatay Civici 2024-11-21 19:27:08 +03:00
parent e93f92d567
commit 6ceea403d6
2 changed files with 1 additions and 2 deletions

View File

@ -14,5 +14,6 @@ export default {
background: ${dt('inputtext.filled.background')} no-repeat;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
`
};

View File

@ -59,7 +59,5 @@ export default {
.p-inputnumber-vertical:has(.p-variant-filled) .p-inputnumber-increment-button {
border-block-end: 1px solid ${dt('inputtext.border.color')}
}
`
};