mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
fix(item): do not disable entire item if there are multiple inputs (#18696)
references #18655 fixes #18670
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
:host-context(.item-interactive-disabled) {
|
||||
:host-context(.item-interactive-disabled:not(.item-multiple-inputs)) {
|
||||
cursor: default;
|
||||
opacity: .3;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user