mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
fix(select-option): using external style
This commit is contained in:

committed by
Manu MA

parent
235c6859d2
commit
8050247e81
3
core/src/components/select-option/select-option.scss
Normal file
3
core/src/components/select-option/select-option.scss
Normal file
@ -0,0 +1,3 @@
|
||||
:host {
|
||||
display: none;
|
||||
}
|
@ -3,11 +3,7 @@ import { Component, ComponentInterface, Element, Event, EventEmitter, Prop } fro
|
||||
@Component({
|
||||
tag: 'ion-select-option',
|
||||
shadow: true,
|
||||
styles: `
|
||||
:host {
|
||||
display: none;
|
||||
}
|
||||
`
|
||||
styleUrl: 'select-option.scss'
|
||||
})
|
||||
export class SelectOption implements ComponentInterface {
|
||||
|
||||
|
Reference in New Issue
Block a user