[ADF-4888] DocumentList - cell header title is announced over cell value (#5068)

* fix focus outline

* focus on cell values

* focus on size value if defined

* row actions menu aria-label
This commit is contained in:
Cilibiu Bogdan
2019-09-12 17:04:43 +03:00
committed by Eugenio Romano
parent c2c883885e
commit 5b11e52903
3 changed files with 14 additions and 10 deletions

View File

@@ -384,6 +384,7 @@
min-height: inherit;
align-items: center;
display: flex;
width: 100%;
}
.adf-datatable-cell-value {
@@ -411,6 +412,7 @@
min-height: inherit;
align-items: center;
word-break: break-all;
width: 100%;
}
.adf-datatable__actions-cell, .adf-datatable-cell--image {
@@ -480,6 +482,7 @@
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 4px;
&.adf-datatable-cell-header,
.adf-datatable-content-cell {