refactor(buttons): button-native without prefix

Now we don't need prefix because of shadow-dom
This commit is contained in:
Manu Mtz.-Almeida
2018-09-25 19:41:26 +02:00
parent 9d6169acdd
commit 97946eed20
14 changed files with 31 additions and 42 deletions

View File

@ -1,7 +1,6 @@
import { Component, ComponentInterface, Listen, Prop } from '@stencil/core';
import { Mode, SelectPopoverOption } from '../../interface';
import { createThemedClasses } from '../../utils/theme';
@Component({
tag: 'ion-select-popover',
@ -32,12 +31,6 @@ export class SelectPopover implements ComponentInterface {
}
}
hostData() {
return {
class: createThemedClasses(this.mode, 'select-popover')
};
}
render() {
return (
<ion-list>