Breadcrumb cursor improvements (ng2 and list component)

This commit is contained in:
Denys Vuika
2016-04-08 13:55:46 +01:00
parent 6a12b4790f
commit 5424621ee2
2 changed files with 15 additions and 3 deletions

View File

@@ -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 {