From a4a2e0942938c3c6635800307cc406c1138a31e7 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Thu, 22 Dec 2016 18:51:34 +0900 Subject: [PATCH] modify: remove tooltips --- browser/main/NoteList/NoteList.styl | 13 ------------- browser/main/NoteList/index.js | 6 ------ 2 files changed, 19 deletions(-) diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index 59833556..4f22a608 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -39,8 +39,6 @@ $control-height = 30px color $ui-active-color &:hover color $ui-text-color - .control-button-tooltip - opacity 1 .control-button--active @extend .control-button @@ -48,17 +46,6 @@ $control-height = 30px &:hover color $ui-active-color -.control-button-tooltip - tooltip() - position absolute - top 20px - right 5px - padding 5px - opacity 0 - white-space nowrap - border-radius 2px - z-index 1 - .list absolute left right bottom top $control-height diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index 4d84cd01..cfc82f5e 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -395,9 +395,6 @@ class NoteList extends React.Component { onClick={(e) => this.handleListStyleButtonClick(e, 'DEFAULT')} > - - Default Size -