1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: remove tooltip of 'more option' button

This commit is contained in:
sota1235
2016-12-21 18:03:07 +09:00
parent 40d7ba4bcc
commit c492f3529e
5 changed files with 0 additions and 24 deletions

View File

@@ -537,9 +537,6 @@ class SnippetNoteDetail extends React.Component {
onClick={(e) => this.handleContextButtonClick(e)}
>
<i className='fa fa-ellipsis-v'/>
<span styleName='info-right-button-tooltip'
style={{right: 5}}
>More Options</span>
</button>
</div>
</div>