diff --git a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html index b37e6375c6..a29ba75423 100644 --- a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html +++ b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html @@ -55,10 +55,10 @@ top: calc(50% - 8px); } - ul { list-style-type: none; overflow: hidden; margin:10px} - ul li div.text{ float:left; text-align: left;height: 55px } - ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px} - ul li:hover { background: #eeeeee; height: 55px} + .iron-list ul { list-style-type: none; overflow: hidden; margin:10px} + .iron-list ul li div.text{ float:left; text-align: left;height: 55px } + .iron-list ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px} + .iron-list ul li:hover { background: #eeeeee; height: 55px} .file{ width: 52px; height: 52px; @@ -142,7 +142,7 @@