From 5424621ee2d0d40fe2b1cc3de3b47eb7bc0b4e2a Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 8 Apr 2016 13:55:46 +0100 Subject: [PATCH] Breadcrumb cursor improvements (ng2 and list component) --- .../alfresco-file-list/src/alfresco-file-list.html | 8 +++++++- .../alfresco-file-list/src/alfresco-file-list.html | 10 ++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) 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 3c1bdd161b..663b9262c7 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 @@ -66,6 +66,7 @@ .folder { height: 52px; box-sizing: border-box; + cursor: pointer; } .primary { @@ -103,15 +104,20 @@ padding: 0px 10px 0px 0px; } - .folder-breadcrumb-text{ + .folder-breadcrumb-text { float: left; text-align: left; height: 25px; padding: 0px 10px 0px 0px; } + .folder-breadcrumb-text:hover { + text-decoration: underline; + } + .folder-breadcrumb-container{ float: left; + cursor: pointer; } paper-dropdown-menu.custom { diff --git a/web-components/alfresco-file-list/src/alfresco-file-list.html b/web-components/alfresco-file-list/src/alfresco-file-list.html index 4012ff0070..c79c7b6e5d 100644 --- a/web-components/alfresco-file-list/src/alfresco-file-list.html +++ b/web-components/alfresco-file-list/src/alfresco-file-list.html @@ -66,6 +66,7 @@ .folder { height: 52px; box-sizing: border-box; + cursor: pointer; } .primary { @@ -103,15 +104,20 @@ padding: 0px 10px 0px 0px; } - .folder-breadcrumb-text{ + .folder-breadcrumb-text { float: left; text-align: left; height: 25px; padding: 0px 10px 0px 0px; } - .folder-breadcrumb-container{ + .folder-breadcrumb-text:hover { + text-decoration: underline; + } + + .folder-breadcrumb-container { float: left; + cursor: pointer; } paper-dropdown-menu.custom {