Skip to content

Commit b6fc24c

Browse files
committed
modify: fix style for more option button
1 parent 441edf4 commit b6fc24c

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

browser/main/Detail/NoteDetailInfo.styl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ $info-height = 60px
3535
width 34px
3636
height 34px
3737
border-radius 17px
38-
navButtonColor()
3938
font-size 14px
40-
margin 13px 2px
39+
margin 13px 7px
4140
padding 0
42-
&:active
43-
border-color $ui-button--focus-borderColor
44-
&:hover .info-right-button-tooltip
41+
border none
42+
color $ui-button-color
43+
background-color transparent
44+
&:hover
4545
opacity 1
46-
&:focus
47-
border-color $ui-button--focus-borderColor
46+
background-color $ui-button--hover-backgroundColor

0 commit comments

Comments
 (0)