breadcrumb bug fixes (#3348)

This commit is contained in:
Denys Vuika
2018-05-20 20:07:10 +01:00
committed by Eugenio Romano
parent 70d93805d4
commit b599e3a41a
6 changed files with 26 additions and 16 deletions

View File

@@ -9,12 +9,12 @@
width: 100%;
}
&-dropdown-breadcumb-trigger {
&-dropdown-breadcrumb-trigger {
cursor: pointer;
padding: 0;
border: none;
background: transparent;
&:focus {
color: mat-color($primary);
outline: none;
@@ -25,7 +25,7 @@
margin-top: 5px;
}
&-dropdown-breadcumb-trigger.isRoot {
&-dropdown-breadcrumb-trigger.isRoot {
cursor: not-allowed;
}