File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ export default class App extends PureComponent {
133
133
< div className = "floating-buttons" id = "file-list-actions" data-any = { window . stats . total > 0 } data-crushed = { ( window . stats . done > 0 || window . stats . crushing > 0 || window . stats . saving > 0 ) } >
134
134
< div className = "summary-text" >
135
135
{ getStatusBar ( stats ) }
136
+ < div className = "clear-all" onClick = { window . clearAllFiles } > Clear all files</ div >
136
137
</ div >
137
138
< div className = "buttons" >
138
139
< div className = "button big action--download-all" data-eventstate = { window . eventState . saving } onClick = { ( e ) => {
Original file line number Diff line number Diff line change 100
100
box-sizing : border-box ;
101
101
padding : 0 10px 8px ;
102
102
width : 100% ;
103
+ display : flex ;
104
+ align-items : baseline ;
105
+ justify-content : space-between ;
103
106
104
107
b , strong {
105
108
color : var (--color-primary );
106
109
font-weight : bold ;
107
110
}
108
111
112
+ .clear-all {
113
+ color : var (--color-primary );
114
+ font-weight : bold ;
115
+ cursor : pointer ;
116
+ & :hover {
117
+ color : var (--color-secondary );
118
+ }
119
+ }
120
+
109
121
}
110
122
111
123
.action--download-all {
You can’t perform that action at this time.
0 commit comments