mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Add material select
This commit is contained in:
parent
b29f1dad1d
commit
fb88e07bb2
8 changed files with 89 additions and 29 deletions
|
@ -37,6 +37,10 @@ const theme = ({ dt }) => `
|
|||
background: ${dt('inputtext.filled.background')};
|
||||
}
|
||||
|
||||
.p-inputtext.p-variant-filled:enabled:hover {
|
||||
border-color: ${dt('inputtext.filled.hover.background')};
|
||||
}
|
||||
|
||||
.p-inputtext.p-variant-filled:enabled:focus {
|
||||
background: ${dt('inputtext.filled.focus.background')};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,11 @@ const theme = ({ dt }) => `
|
|||
background: ${dt('select.filled.background')};
|
||||
}
|
||||
|
||||
.p-select.p-variant-filled.p-focus {
|
||||
.p-select.p-variant-filled:not(.p-disabled):hover {
|
||||
background: ${dt('select.filled.hover.background')};
|
||||
}
|
||||
|
||||
.p-select.p-variant-filled:not(.p-disabled).p-focus {
|
||||
background: ${dt('select.filled.focus.background')};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue