add hoverover test for edit button
This commit is contained in:
parent
f7127ab701
commit
41eaf18470
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
editButton = (
|
editButton = (
|
||||||
<input style={{ left: left }}
|
<input style={{ left: left }}
|
||||||
type="image" src="img/edit.png" alt="Edit" width="14" height="14"
|
type="image" src="img/edit.png" alt="Options" title="Options" width="14" height="14"
|
||||||
className="mx_EventTile_editButton" onClick={this.onEditClicked} />
|
className="mx_EventTile_editButton" onClick={this.onEditClicked} />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue