[ACA-931] Information page (#46)

* information page

* uncomment template

* correct import
This commit is contained in:
Cilibiu Bogdan
2017-11-10 14:01:22 +02:00
committed by Denys Vuika
parent 96ac54bb2b
commit 382609df95
11 changed files with 222 additions and 10 deletions

View File

@@ -14,14 +14,18 @@ adf-document-list {
}
}
adf-document-list .adf-data-table {
.adf-data-table {
border: none !important;
.sr-only {
display: none;
}
tr, td {
th, td {
color: $alfresco-secondary-text-color;
}
th, tr, td {
&:focus {
outline: none !important;
}
@@ -76,6 +80,15 @@ adf-document-list .adf-data-table {
}
}
.adf-data-table__header--sorted-asc,
.adf-data-table__header--sorted-desc {
&:hover {
&:before {
color: inherit !important;
}
}
}
.adf-location-cell {
a {
text-decoration: none;