We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a193ba3 commit e68069fCopy full SHA for e68069f
browser/main/Detail/NoteDetailInfo.styl
@@ -55,7 +55,25 @@ $info-margin-under-border = 27px
55
padding-left 30px
56
57
.undo-button
58
- topBarButtonLight()
+ 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
77
78
body[data-theme="dark"]
79
.info
0 commit comments