mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
refactor(buttons): button-native without prefix
Now we don't need prefix because of shadow-dom
This commit is contained in:
@ -71,7 +71,7 @@ export class SegmentButton implements ComponentInterface {
|
||||
<button
|
||||
type="button"
|
||||
aria-pressed={this.checked ? 'true' : null}
|
||||
class="segment-button-native"
|
||||
class="button-native"
|
||||
disabled={this.disabled}
|
||||
onClick={() => this.checked = true}
|
||||
>
|
||||
|
Reference in New Issue
Block a user