fix(select-option): using external style

This commit is contained in:
Manu Mtz.-Almeida
2018-12-06 19:58:48 +01:00
committed by Manu MA
parent 235c6859d2
commit 8050247e81
2 changed files with 4 additions and 5 deletions

View File

@ -0,0 +1,3 @@
:host {
display: none;
}

View File

@ -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 {