Skip to content

Commit e68069f

Browse files
author
Kazu Yokomizo
committed
Fix undo button layout at notedetail
1 parent a193ba3 commit e68069f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

browser/main/Detail/NoteDetailInfo.styl

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,25 @@ $info-margin-under-border = 27px
5555
padding-left 30px
5656

5757
.undo-button
58-
topBarButtonLight()
58+
width 34px
59+
height 34px
60+
border-radius 17px
61+
font-size 14px
62+
margin 15px 7px
63+
border none
64+
color $ui-button-color
65+
display flex
66+
align-items center
67+
justify-content center
68+
fill $ui-button-color
69+
background-color transparent
70+
cursor pointer
71+
&:active
72+
border-color $ui-button--active-backgroundColor
73+
&:hover
74+
background-color alpha($ui-button--hover-backgroundColor, 60%)
75+
.control-lockButton-tooltip
76+
opacity 1
5977

6078
body[data-theme="dark"]
6179
.info

0 commit comments

Comments
 (0)