Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit d8dde16c authored by Sebastian-Ion TINCU's avatar Sebastian-Ion TINCU
Browse files

EDELIVERY-11590 SMP UI Improvements Breadcrumbs

Refactor existing code.
parent a36bec20
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<ng-container [ngTemplateOutlet]="content"></ng-container> <ng-container [ngTemplateOutlet]="content"></ng-container>
</a> </a>
<div *ngIf="!clickable" class="smp-breadcrumb-item non-clickable"> <div *ngIf="!clickable" class="smp-breadcrumb-item smp-disabled">
<ng-container [ngTemplateOutlet]="content"></ng-container> <ng-container [ngTemplateOutlet]="content"></ng-container>
</div> </div>
......
...@@ -141,6 +141,11 @@ ngx-datatable span:before { ...@@ -141,6 +141,11 @@ ngx-datatable span:before {
bottom: 0; bottom: 0;
} }
.smp-disabled {
pointer-events: none;
opacity: 50%;
}
/*Hamburger button*/ /*Hamburger button*/
#sandwichMenu { #sandwichMenu {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment