File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const SideNavFilter = ({
3434 onClick = { handleTrashedButtonClick }
3535 >
3636 < i className = 'fa fa-trash fa-fw' />
37- < span styleName = 'menu-button-label' > Trashed </ span >
37+ < span styleName = 'menu-button-label' > Trash </ span >
3838 </ button >
3939 </ div >
4040)
Original file line number Diff line number Diff 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
6078body [data-theme = "dark" ]
6179 .info
You can’t perform that action at this time.
0 commit comments