mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Breadcrumb cursor improvements (ng2 and list component)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user