mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
breadcrumb bug fixes (#3348)
This commit is contained in:
committed by
Eugenio Romano
parent
70d93805d4
commit
b599e3a41a
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user