mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
modify: remove tooltips
This commit is contained in:
@@ -395,9 +395,6 @@ class NoteList extends React.Component {
|
||||
onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')}
|
||||
>
|
||||
<i className='fa fa-th-large'/>
|
||||
<span styleName='control-button-tooltip'>
|
||||
Default Size
|
||||
</span>
|
||||
</button>
|
||||
<button styleName={config.listStyle === 'SMALL'
|
||||
? 'control-button--active'
|
||||
@@ -406,9 +403,6 @@ class NoteList extends React.Component {
|
||||
onClick={(e) => this.handleListStyleButtonClick(e, 'SMALL')}
|
||||
>
|
||||
<i className='fa fa-list-ul'/>
|
||||
<span styleName='control-button-tooltip'>
|
||||
Small Size
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<div styleName='list'
|
||||
|
||||
Reference in New Issue
Block a user