1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-12 10:36:06 +00:00

Tooltip追加、キー反応改善、Pinch2Zoom使用禁止、Webpack config debug

This commit is contained in:
Rokt33r
2015-11-01 02:24:17 +09:00
parent ca79857386
commit d338f217fe
12 changed files with 144 additions and 34 deletions

View File

@@ -28,6 +28,13 @@ infoBtnActiveBgColor = #3A3A3A
transition 0.1s
font-size 16px
border 1px solid transparent
.tooltip
tooltip()
margin-left -24px
margin-top 35px
opacity 1
&.hide
opacity 0
input
absolute top left
width 350px
@@ -97,8 +104,14 @@ infoBtnActiveBgColor = #3A3A3A
border-radius 11px
border none
transition 0.1s
.tooltip
tooltip()
margin-left -70px
margin-top 29px
&:hover
background-color infoBtnActiveBgColor
.tooltip
opacity 1
&>.logo
display block
@@ -106,5 +119,11 @@ infoBtnActiveBgColor = #3A3A3A
top 8px
right 15px
opacity 0.7
.tooltip
tooltip()
margin-top 44px
margin-left -180px
&:hover
opacity 1.0
opacity 1
.tooltip
opacity 1