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

@ -65,12 +65,12 @@ export class ItemOption implements ComponentInterface {
return (
<TagType
type="button"
class="item-option-native"
class="button-native"
disabled={this.disabled}
href={this.href}
onClick={this.clickedOptionButton.bind(this)}
>
<span class="item-option-button-inner">
<span class="button-inner">
<slot name="start"></slot>
<slot name="top" />
<slot name="icon-only" />