[ADF-4865] Upload Dialog - row actions not accessible by keyboard alone (#5051)

* access upload dialog information by keyboard

* upload files actions keyboard accessibility

* aria labels translation keys

* refractor styling

* toggle action icons

* update docs

* e2e

* e2e update action reference
This commit is contained in:
Cilibiu Bogdan
2019-09-05 13:08:46 +03:00
committed by Eugenio Romano
parent 2360ccc6d5
commit ef09b077c4
14 changed files with 261 additions and 47 deletions

View File

@@ -15,7 +15,7 @@
.adf-file-uploading-row {
display: flex;
align-items: center;
padding: 0.5em 1em;
padding: 0.3em 1em;
cursor: default;
&:hover {
@@ -34,28 +34,15 @@
min-width: 100px;
display: flex;
justify-content: flex-end;
line-height: 40px;
}
&__group--toggle {
cursor: pointer;
.adf-file-uploading-row__status {
display: flex;
}
.adf-file-uploading-row__action {
display: none;
}
&:hover {
.adf-file-uploading-row__status {
display: none;
}
.adf-file-uploading-row__action {
display: flex;
}
}
display:flex;
align-items: center;
height: 40px;
line-height: 40px;
}
&__status--done {