Material TreeSelect

This commit is contained in:
Cagatay Civici 2024-09-29 01:47:57 +03:00
parent f02f1d0bb1
commit 57dcf2c466
6 changed files with 82 additions and 26 deletions

View file

@ -31,6 +31,10 @@ const theme = ({ dt }) => `
background: ${dt('treeselect.filled.background')};
}
.p-treeselect.p-variant-filled:not(.p-disabled):hover {
background: ${dt('treeselect.filled.hover.background')};
}
.p-treeselect.p-variant-filled.p-focus {
background: ${dt('treeselect.filled.focus.background')};
}