Skip to content

Commit 60abeaa

Browse files
committed
began styling reconnect dialog popup
1 parent b632e23 commit 60abeaa

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

src/app/containers/ButtonsContainer.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,6 @@ function ButtonsContainer(): JSX.Element {
175175
>
176176
Cancel
177177
</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-
)}
190178
<Button
191179
onClick={() => handleReconnectConfirm()}
192180
type='button'

src/app/styles/components/_ax.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
transition: all 200ms ease;
3535
user-select: none;
3636
}
37+
.accessibility-controls label:hover {
38+
background-color: #0d9488;
39+
transform: translateY(-1px);
40+
}
3741

3842
.accessibility-text {
3943
padding: 12px 24px;

0 commit comments

Comments
 (0)