Skip to content

Commit

Permalink
fix: clean menu-item radius
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Dec 3, 2024
1 parent 5136835 commit 0abf9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
angularticsAction="app_navigation_link_click"
[angularticsLabel]="item.label"
[routerLink]="item.link ? [item.link] : undefined"
class="indent-item"
[class.matched-background]="item.link === activeLink"
[class.indent-item]="item.link === activeLink"
(click)="toggleSubMenu()"
>
<a class="flex-row gap-small">
Expand Down
2 changes: 2 additions & 0 deletions src/app/core/ui/navigation/menu-item/menu-item.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
margin-left: 8px;
padding-left: 8px;
width: auto;
border-end-end-radius: 0;
border-start-end-radius: 0;
}

0 comments on commit 0abf9f5

Please sign in to comment.