mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-931] Information page (#46)
* information page * uncomment template * correct import
This commit is contained in:
committed by
Denys Vuika
parent
96ac54bb2b
commit
382609df95
@@ -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;
|
||||
|
Reference in New Issue
Block a user