Skip to content

Commit

Permalink
Merge pull request BoostIO#522 from BoostIO/change-star-layout
Browse files Browse the repository at this point in the history
fix: modify the star layout at NoteItem
  • Loading branch information
kazup01 authored Apr 29, 2017
2 parents 6dcd653 + db2f90b commit a70fe1b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions browser/components/NoteItem.styl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $control-height = 30px
.item-bottom-tagList-item
background-color alpha(white, 0.6)
color $ui-text-color
.item-star
color $ui-favorite-star-button-color
&:active
background-color $ui-button--active-backgroundColor
color $ui-text-color
Expand Down Expand Up @@ -53,6 +55,8 @@ $control-height = 30px
color $ui-text-color
.item-wrapper
border-color transparent
.item-star
color $ui-favorite-star-button-color
&:hover
background-color $ui-button--active-backgroundColor

Expand Down Expand Up @@ -111,11 +115,11 @@ $control-height = 30px

.item-star
position absolute
top 19px
top 34px
left 5px
width 34px
height 34px
color $ui-favorite-star-button-color
color alpha($ui-favorite-star-button-color, 60%)
font-size 12px
padding 0
border-radius 17px
Expand Down

0 comments on commit a70fe1b

Please sign in to comment.