1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +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

@@ -125,8 +125,6 @@ iptFocusBorderColor = #369DCD
border none
transition 0.1s
height 18px
.right
button
cursor pointer
@@ -203,8 +201,18 @@ iptFocusBorderColor = #369DCD
color inactiveTextColor
background-color transparent
padding 0
.tooltip
tooltip()
&.editBtn .tooltip
margin-top 25px
margin-left -63px
&.deleteBtn .tooltip
margin-top 25px
margin-left -96px
&:hover
color inherit
.tooltip
opacity 1
.detailBody
.detailPanel
&>.header

View File

@@ -16,7 +16,7 @@ articleNavBgColor = #353535
padding 6px 0 0 10px
white-space nowrap
text-overflow ellipsis
overflow-x hidden
overflow hidden
.userName
color white
padding-left 20px
@@ -33,6 +33,13 @@ articleNavBgColor = #353535
padding 0
background-color transparent
border 1px solid white
.tooltip
tooltip()
margin-top -5px
margin-left 10px
&:hover
.tooltip
opacity 1
&:active
background-color brandColor
border-color brandColor
@@ -49,8 +56,14 @@ articleNavBgColor = #353535
border-radius 5px
font-size 20px
transition 0.1s
.tooltip
tooltip()
margin-left 48px
margin-top -3px
&:hover
background-color lighten(brandColor, 7%)
.tooltip
opacity 1
.folders, .members
.header
border-bottom 1px solid borderColor
@@ -76,6 +89,13 @@ articleNavBgColor = #353535
color white
padding 0
font-weight bold
.tooltip
tooltip()
margin-top -6px
margin-left 11px
&:hover
.tooltip
opacity 1
&:active
background-color brandColor
border-color brandColor

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

View File

@@ -3,10 +3,12 @@ tooltip()
z-index popupZIndex
background-color transparentify(invBackgroundColor, 80%)
color invTextColor
padding 10px 15px
padding 6px 15px
font-size 12px
line-height 12px
font-weight normal
line-height 20px
white-space nowrap
opacity 0
transition 0.1s
pointer-events none