mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed ToggleButton
This commit is contained in:
parent
d36dabf257
commit
2533843785
4 changed files with 56 additions and 93 deletions
|
@ -4,12 +4,10 @@ const classes = {
|
|||
root: ({ instance, props }) => [
|
||||
'p-togglebutton p-component',
|
||||
{
|
||||
'p-disabled': props.disabled,
|
||||
'p-highlight': instance.active,
|
||||
'p-invalid': props.invalid
|
||||
}
|
||||
],
|
||||
button: 'p-togglebutton-button',
|
||||
icon: ({ instance, props }) => [
|
||||
'p-togglebutton-icon',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue