Merge branch 'master' of https://github.com/primefaces/primevue
commit
7cfd170b74
|
@ -38,7 +38,7 @@ const theme = ({ dt }) => `
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext.p-variant-filled:enabled:hover {
|
.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 {
|
.p-inputtext.p-variant-filled:enabled:focus {
|
||||||
|
|
|
@ -307,8 +307,7 @@ const theme = ({ dt }) => `
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const inlineStyles = {
|
const inlineStyles = {
|
||||||
rootList: ({ props }) => ({ 'max-height': props.scrollHeight, overflow: 'auto' }),
|
rootList: ({ props }) => ({ 'max-height': props.scrollHeight, overflow: 'auto' })
|
||||||
submenu: ({ instance, processedItem }) => ({ display: instance.isItemActive(processedItem) ? 'block' : 'none' })
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const classes = {
|
const classes = {
|
||||||
|
|
Loading…
Reference in New Issue