mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
remove obsolete style style from document list (#374)
This commit is contained in:
committed by
Cilibiu Bogdan
parent
f7c39fca25
commit
c38b9cdaa1
@@ -95,7 +95,6 @@
|
||||
<div class="inner-layout__content">
|
||||
<div class="inner-layout__panel">
|
||||
<adf-document-list #documentList
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
currentFolderId="-favorites-"
|
||||
selectionMode="multiple"
|
||||
[navigate]="false"
|
||||
|
@@ -109,7 +109,6 @@
|
||||
[disabled]="!permission.check(node, ['create'])">
|
||||
|
||||
<adf-document-list #documentList
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
[currentFolderId]="node?.id"
|
||||
[sorting]="sorting"
|
||||
[allowDropFiles]="true"
|
||||
|
@@ -9,7 +9,6 @@
|
||||
<div class="inner-layout__content">
|
||||
<div class="inner-layout__panel">
|
||||
<adf-document-list #documentList
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
currentFolderId="-mysites-"
|
||||
selectionMode="none"
|
||||
[navigate]="false"
|
||||
|
@@ -88,7 +88,6 @@
|
||||
<div class="inner-layout__content">
|
||||
<div class="inner-layout__panel">
|
||||
<adf-document-list #documentList
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
currentFolderId="-recent-"
|
||||
selectionMode="multiple"
|
||||
[navigate]="false"
|
||||
|
@@ -22,7 +22,6 @@
|
||||
[showHeader]="false"
|
||||
[sortingMode]="'server'"
|
||||
[sorting]="sorting"
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
[node]="data">
|
||||
|
||||
<empty-folder-content>
|
||||
|
@@ -96,7 +96,6 @@
|
||||
<div class="inner-layout__content">
|
||||
<div class="inner-layout__panel">
|
||||
<adf-document-list #documentList
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
currentFolderId="-sharedlinks-"
|
||||
selectionMode="multiple"
|
||||
[sorting]="sorting"
|
||||
|
@@ -29,7 +29,6 @@
|
||||
<div class="inner-layout__content">
|
||||
<div class="inner-layout__panel">
|
||||
<adf-document-list #documentList
|
||||
[attr.class]="documentList.isEmpty() ? 'adf-document-list--empty' : ''"
|
||||
currentFolderId="-trashcan-"
|
||||
selectionMode="multiple"
|
||||
[navigate]="false"
|
||||
|
@@ -72,14 +72,14 @@ adf-datatable {
|
||||
.adf-datatable-row:last-child .adf-datatable-table-cell {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
}
|
||||
|
||||
.adf-document-list--empty {
|
||||
.adf-data-table .adf-datatable-row:hover,
|
||||
.adf-data-table .adf-datatable-row:focus {
|
||||
&.adf-data-table--empty {
|
||||
.adf-datatable-row:hover,
|
||||
.adf-datatable-row:focus {
|
||||
background-color: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-pagination__empty {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user