mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactored variant input usage
This commit is contained in:
parent
975580a23b
commit
fa0a2f267a
2 changed files with 0 additions and 2 deletions
|
@ -87,7 +87,6 @@ const classes = {
|
|||
panel: ({ props, instance }) => [
|
||||
'p-treeselect-panel p-component',
|
||||
{
|
||||
'p-input-filled': props.variant === 'filled' || instance.$primevue.config.inputStyle === 'filled',
|
||||
'p-ripple-disabled': instance.$primevue.config.ripple === false
|
||||
}
|
||||
],
|
||||
|
|
|
@ -121,7 +121,6 @@ export default {
|
|||
{
|
||||
'layout-news-active': this.$appState.newsActive,
|
||||
'p-ripple-disabled': this.$appState.ripple === false,
|
||||
'p-input-filled': this.$primevue.config.inputStyle === 'filled',
|
||||
'layout-dark': this.$appState.darkTheme,
|
||||
'layout-light': !this.$appState.darkTheme
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue