Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Changed tab close button from span to button element
Browse files Browse the repository at this point in the history
  • Loading branch information
Suguru Hirahara committed Nov 30, 2016
1 parent d067eff commit b4b60b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/longPressButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class LongPressButton extends ImmutableComponent {
}

render () {
return <span data-l10n-id={this.props.l10nId}
return <button data-l10n-id={this.props.l10nId}
className={this.props.className}
disabled={this.props.disabled}
onClick={this.onClick}
Expand Down
1 change: 1 addition & 0 deletions less/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

.tabs {
box-sizing: border-box;
background: none;
display: flex;
flex: 1;
overflow: auto;
Expand Down

0 comments on commit b4b60b4

Please sign in to comment.