File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -175,18 +175,6 @@ function ButtonsContainer(): JSX.Element {
175
175
>
176
176
Cancel
177
177
</ Button >
178
- { ! connectionStatus && (
179
- < Button
180
- // @ts -ignore
181
- onClick = { ( ) => exportHandler ( tabs [ currentTab ] ) }
182
- type = 'button'
183
- className = 'download-button-pop-up'
184
- variant = 'contained'
185
- color = 'primary'
186
- >
187
- Download
188
- </ Button >
189
- ) }
190
178
< Button
191
179
onClick = { ( ) => handleReconnectConfirm ( ) }
192
180
type = 'button'
Original file line number Diff line number Diff line change 34
34
transition : all 200ms ease ;
35
35
user-select : none ;
36
36
}
37
+ .accessibility-controls label :hover {
38
+ background-color : #0d9488 ;
39
+ transform : translateY (-1px );
40
+ }
37
41
38
42
.accessibility-text {
39
43
padding : 12px 24px ;
You can’t perform that action at this time.
0 commit comments