diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html index 621b04f049..ee956014b8 100644 --- a/demo-shell/src/app/components/files/files.component.html +++ b/demo-shell/src/app/components/files/files.component.html @@ -227,7 +227,8 @@ key="$thumbnail" type="image" [sortable]="false" - class="image-table-cell"> + class="image-table-cell" + [class.cell-thumbnail]="thumbnails"> - diff --git a/demo-shell/src/app/components/files/files.component.scss b/demo-shell/src/app/components/files/files.component.scss index 99f42b72b6..17419eab15 100644 --- a/demo-shell/src/app/components/files/files.component.scss +++ b/demo-shell/src/app/components/files/files.component.scss @@ -40,6 +40,10 @@ fill: #00bcd4 !important; } + .adf-lock-button { + top: -10px; + } + .adf-site-container-style { margin-top: 10px; margin-bottom: 10px; diff --git a/lib/core/datatable/components/datatable/datatable.component.html b/lib/core/datatable/components/datatable/datatable.component.html index 337d83a034..f2e339a702 100644 --- a/lib/core/datatable/components/datatable/datatable.component.html +++ b/lib/core/datatable/components/datatable/datatable.component.html @@ -49,6 +49,7 @@
-
-
+
{{ asIconValue(row, col) }} @@ -100,6 +104,7 @@ {{ iconAltTextKey(data.getValue(row, col)) | translate }} @@ -178,7 +183,6 @@
-