1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 15:11:40 +00:00

Merge pull request #1268 from ytk141/color-update

Color update
This commit is contained in:
Kazz Yokomizo
2017-12-12 17:17:44 +09:00
committed by GitHub
26 changed files with 120 additions and 161 deletions

View File

@@ -1,7 +1,6 @@
.control-infoButton
top 10px
margin-bottom 10px
topBarButtonLight()
topBarButtonRight()
.infoButton
padding 0px

View File

@@ -233,7 +233,7 @@ class MarkdownNoteDetail extends React.Component {
}
getToggleLockButton () {
return this.state.isLocked ? '../resources/icon/icon-lock.svg' : '../resources/icon/icon-unlock.svg'
return this.state.isLocked ? '../resources/icon/icon-edit-lock.svg' : '../resources/icon/icon-edit.svg'
}
handleDeleteKeyDown (e) {
@@ -392,8 +392,8 @@ class MarkdownNoteDetail extends React.Component {
</div>
<StatusBar
{..._.pick(this.props, ['config', 'location', 'dispatch'])}
date={note.updatedAt}
{..._.pick(this.props, ['config', 'location', 'dispatch'])}
date={note.updatedAt}
/>
</div>
)

View File

@@ -12,9 +12,8 @@
padding-bottom 3px
.control-lockButton
top 160px
margin-bottom 10px
topBarButtonLight()
top 150px
topBarButtonRight()
.trashed-infopanel
top 40px
@@ -22,7 +21,7 @@
.control-fullScreenButton
top 80px
topBarButtonLight()
topBarButtonRight()
.body
absolute left right
@@ -43,7 +42,7 @@ body[data-theme="dark"]
.root
background-color $ui-dark-noteDetail-backgroundColor
box-shadow none
border none
border-left 1px solid $ui-dark-borderColor
.control-lockButton
topBarButtonDark()

View File

@@ -69,7 +69,7 @@
.control-fullScreenButton
top 80px
margin-bottom 10px
topBarButtonLight()
topBarButtonRight()
body[data-theme="white"]
.root

View File

@@ -1,6 +1,6 @@
.root
top 45px
topBarButtonLight()
topBarButtonRight()
&:hover
transition 0.2s
color alpha($ui-favorite-star-button-color, 0.6)

View File

@@ -1,11 +1,10 @@
.control-trashButton
top 120px
margin-bottom 10px
topBarButtonLight()
top 115px
topBarButtonRight()
.control-trashButton--in-trash
top 60px
topBarButtonLight()
topBarButtonRight()
.trashButton
padding 0px