mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
@ -2,6 +2,12 @@ import { Component, ComponentInterface, Element, Event, EventEmitter, Prop } fro
|
||||
|
||||
@Component({
|
||||
tag: 'ion-select-option',
|
||||
shadow: true,
|
||||
styles: `
|
||||
:host {
|
||||
display: none;
|
||||
}
|
||||
`
|
||||
})
|
||||
export class SelectOption implements ComponentInterface {
|
||||
|
||||
|
||||
@ -81,7 +81,3 @@ button {
|
||||
color: var(--icon-color);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
::slotted(ion-select-option) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -72,6 +72,7 @@ body.backdrop-no-scroll {
|
||||
ion-route,
|
||||
ion-route-redirect,
|
||||
ion-router,
|
||||
ion-select-option,
|
||||
ion-animation-controller,
|
||||
ion-nav-controller,
|
||||
ion-menu-controller,
|
||||
|
||||
Reference in New Issue
Block a user