mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Material TreeSelect
This commit is contained in:
parent
f02f1d0bb1
commit
57dcf2c466
6 changed files with 82 additions and 26 deletions
|
@ -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')};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue