mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +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({
|
@Component({
|
||||||
tag: 'ion-select-option',
|
tag: 'ion-select-option',
|
||||||
shadow: true,
|
shadow: true,
|
||||||
styles: `
|
styleUrl: 'select-option.scss'
|
||||||
:host {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
`
|
|
||||||
})
|
})
|
||||||
export class SelectOption implements ComponentInterface {
|
export class SelectOption implements ComponentInterface {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user