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

Fix the design of the trash button on snippet note

This commit is contained in:
asmsuechan
2017-03-19 22:04:19 -07:00
parent bbced7be25
commit 4a8054faed
2 changed files with 25 additions and 1 deletions

View File

@@ -547,7 +547,7 @@ class SnippetNoteDetail extends React.Component {
/>
</div>
<div styleName='info-right'>
<button styleName='info-right-button'
<button styleName='control-trashButton'
onClick={(e) => this.handleContextButtonClick(e)}
>
<svg height="17px" id="Capa_1" style={{"enableBackground":"new 0 0 753.23 753.23"}} width="17px" version="1.1" viewBox="0 0 753.23 753.23" x="0px" y="0px" xmlSpace="preserve">

View File

@@ -68,6 +68,22 @@
&:active .update-icon
color white
.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[data-theme="dark"]
.root
border-color $ui-dark-borderColor
@@ -93,3 +109,11 @@ body[data-theme="dark"]
.override
button
border-color $ui-dark-borderColor
.control-trashButton
colorDarkTopBarButton()
border-color $ui-dark-borderColor
&:active
border-color $ui-dark-button--focus-borderColor
&:focus
border-color $ui-button--focus-borderColor