+ this.handleStarButtonClick(e)}
+ isActive={note.isStarred}
+ />
- this.handleStarButtonClick(e)}
- isActive={note.isStarred}
- />
)
}
diff --git a/browser/main/Detail/StarButton.styl b/browser/main/Detail/StarButton.styl
index 89b199dc..66580366 100644
--- a/browser/main/Detail/StarButton.styl
+++ b/browser/main/Detail/StarButton.styl
@@ -14,14 +14,6 @@
color $brand-color !important
.icon
transform rotate(-72deg)
+
.icon
transition transform 0.15s
-
-.tooltip
- tooltip()
- position fixed
- top 45px
- right 65px
- padding 5px
- opacity 0
- border-radius 2px
diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl
index ba7e309c..932ba661 100644
--- a/browser/main/Detail/TagSelect.styl
+++ b/browser/main/Detail/TagSelect.styl
@@ -1,4 +1,5 @@
.root
+ display: inline
position relative
user-select none