1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Change the styleName info-right-button to control-trashButton because it's not good name

* fix the position of lock button
This commit is contained in:
asmsuechan
2017-03-19 01:20:04 -07:00
parent 2af86dfa3e
commit 45111e1610
3 changed files with 25 additions and 25 deletions

View File

@@ -39,6 +39,22 @@
opacity 0
transition 0.1s
.control-trashButton
float right
width 34px
height 34px
border-radius 17px
font-size 14px
margin 13px 7px
padding-top 7px
border none
color $ui-button-color
fill $ui-button-color
background-color transparent
&:hover
opacity 1
background-color $ui-button--hover-backgroundColor
.body
absolute left right
left $note-detail-left-margin
@@ -64,3 +80,11 @@ body[data-theme="dark"]
.control-lockButton-tooltip
darkTooltip()
.control-trashButton
navDarkButtonColor()
border-color $ui-dark-borderColor
&:active
border-color $ui-dark-button--focus-borderColor
&:focus
border-color $ui-button--focus-borderColor