[ADF-2739] Improved breadcrumb logic (#3287)

* [ADF-2739] Long names in breadcrumb fixed

* [ADF-2739] Updated styles

* [ADF-2739] Fixing @mixin for breadcrumb

* [ADF-2739] Waiting for changes in demo-shell

* [ADF-2739] Fixed @mixin

* [ADF-2739] Fixed issue related to breadcrumb position

* [ADF-2739] Improved ngOnChanges call for breadcrumb

* [ADF-2739] Fixed issues with lint

* [ADF-2739] Removed comment in dropdown breadcrumb component file

* [ADF-2739] Changed recalculateNodes method from public to protected
This commit is contained in:
davidcanonieto
2018-05-14 12:18:49 +01:00
committed by Eugenio Romano
parent 2dff636fb1
commit e94ce4602b
6 changed files with 168 additions and 50 deletions

View File

@@ -1,4 +1,3 @@
@mixin adf-breadcrumb-dropdown-theme($theme) {
$primary: map-get($theme, primary);
$dropdownHorizontalOffset: 30px;
@@ -15,6 +14,11 @@
padding: 0;
border: none;
background: transparent;
&:focus {
color: mat-color($primary);
outline: none;
}
}
&-dropdown-breadcrumb-item-chevron {
@@ -39,7 +43,7 @@
&-current-folder {
text-align: left;
line-height: 33px;
line-height: 25px;
margin-left: $dropdownHorizontalOffset;
white-space: nowrap;
overflow: hidden;