mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
webpack bugfix, tooltip modified, preview button string changed(toggle Preview -> Preview / Edit)
This commit is contained in:
@@ -205,10 +205,10 @@ iptFocusBorderColor = #369DCD
|
||||
tooltip()
|
||||
&.editBtn .tooltip
|
||||
margin-top 25px
|
||||
margin-left -65px
|
||||
margin-left -45px
|
||||
&.deleteBtn .tooltip
|
||||
margin-top 25px
|
||||
margin-left -98px
|
||||
margin-left -73px
|
||||
&:hover
|
||||
color inherit
|
||||
.tooltip
|
||||
|
||||
@@ -106,7 +106,7 @@ infoBtnActiveBgColor = #3A3A3A
|
||||
transition 0.1s
|
||||
.tooltip
|
||||
tooltip()
|
||||
margin-left -70px
|
||||
margin-left -50px
|
||||
margin-top 29px
|
||||
&:hover
|
||||
background-color infoBtnActiveBgColor
|
||||
@@ -122,7 +122,7 @@ infoBtnActiveBgColor = #3A3A3A
|
||||
.tooltip
|
||||
tooltip()
|
||||
margin-top 44px
|
||||
margin-left -180px
|
||||
margin-left -120px
|
||||
&:hover
|
||||
opacity 1
|
||||
.tooltip
|
||||
|
||||
Reference in New Issue
Block a user