[ADF-3861] Make datatable 508 compliance according (#4375)

* [ADF-3861] Make datatable 508 compliance according

* [ADF-3861] Rebase branch
This commit is contained in:
davidcanonieto
2019-03-01 18:57:25 +01:00
committed by Eugenio Romano
parent 7da9bd89cb
commit 222b42d5b4
3 changed files with 20 additions and 2 deletions

View File

@@ -462,6 +462,18 @@
}
/* [Accessibility] Material checkbox labels */
.adf-checkbox-sr-only .mat-checkbox-label {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.adf-sticky-header {
border-top: 0;
.adf-datatable-header {