pull/6596/head
tugcekucukoglu 2024-10-16 12:08:14 +03:00
commit 7cfd170b74
2 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,7 @@ const theme = ({ dt }) => `
}
.p-inputtext.p-variant-filled:enabled:hover {
border-color: ${dt('inputtext.filled.hover.background')};
background: ${dt('inputtext.filled.hover.background')};
}
.p-inputtext.p-variant-filled:enabled:focus {

View File

@ -307,8 +307,7 @@ const theme = ({ dt }) => `
`;
const inlineStyles = {
rootList: ({ props }) => ({ 'max-height': props.scrollHeight, overflow: 'auto' }),
submenu: ({ instance, processedItem }) => ({ display: instance.isItemActive(processedItem) ? 'block' : 'none' })
rootList: ({ props }) => ({ 'max-height': props.scrollHeight, overflow: 'auto' })
};
const classes = {