Fixed #16810 - nput group with filled input visuals broken in Material Theme
parent
e93f92d567
commit
6ceea403d6
|
@ -14,5 +14,6 @@ export default {
|
||||||
background: ${dt('inputtext.filled.background')} no-repeat;
|
background: ${dt('inputtext.filled.background')} no-repeat;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
`
|
`
|
||||||
};
|
};
|
||||||
|
|
|
@ -59,7 +59,5 @@ export default {
|
||||||
.p-inputnumber-vertical:has(.p-variant-filled) .p-inputnumber-increment-button {
|
.p-inputnumber-vertical:has(.p-variant-filled) .p-inputnumber-increment-button {
|
||||||
border-block-end: 1px solid ${dt('inputtext.border.color')}
|
border-block-end: 1px solid ${dt('inputtext.border.color')}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
`
|
`
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue