1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 13:11:44 +00:00

実装 - tooltip (Refresh, Planet setting, Planet refresh, Edit article, Delete article, Contact)

This commit is contained in:
Rokt33r
2015-08-23 03:05:30 +09:00
parent 04060ce252
commit 9712be909d
8 changed files with 105 additions and 50 deletions

View File

@@ -137,7 +137,7 @@ module.exports = React.createClass({
</ul>
<button onClick={this.openPlanetCreateModal} className='newPlanet'>
<i className='fa fa-plus'/>
<div className='newPlanetTooltip'>Create new planet</div>
<div className='tooltip'>Create new planet</div>
</button>
</div>
)