Skip to content

Commit a4a2e09

Browse files
committed
modify: remove tooltips
1 parent 4ed0ae5 commit a4a2e09

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

browser/main/NoteList/NoteList.styl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,13 @@ $control-height = 30px
3939
color $ui-active-color
4040
&:hover
4141
color $ui-text-color
42-
.control-button-tooltip
43-
opacity 1
4442

4543
.control-button--active
4644
@extend .control-button
4745
color $ui-active-color
4846
&:hover
4947
color $ui-active-color
5048

51-
.control-button-tooltip
52-
tooltip()
53-
position absolute
54-
top 20px
55-
right 5px
56-
padding 5px
57-
opacity 0
58-
white-space nowrap
59-
border-radius 2px
60-
z-index 1
61-
6249
.list
6350
absolute left right bottom
6451
top $control-height

browser/main/NoteList/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,6 @@ class NoteList extends React.Component {
395395
onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')}
396396
>
397397
<i className='fa fa-th-large'/>
398-
<span styleName='control-button-tooltip'>
399-
Default Size
400-
</span>
401398
</button>
402399
<button styleName={config.listStyle === 'SMALL'
403400
? 'control-button--active'
@@ -406,9 +403,6 @@ class NoteList extends React.Component {
406403
onClick={(e) => this.handleListStyleButtonClick(e, 'SMALL')}
407404
>
408405
<i className='fa fa-list-ul'/>
409-
<span styleName='control-button-tooltip'>
410-
Small Size
411-
</span>
412406
</button>
413407
</div>
414408
<div styleName='list'

0 commit comments

Comments
 (0)