mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[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:
committed by
Eugenio Romano
parent
c2c883885e
commit
5b11e52903
@@ -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 {
|
||||
|
Reference in New Issue
Block a user