Skip to content
Snippets Groups Projects
Unverified Commit dcaad7f8 authored by florimondmanca's avatar florimondmanca
Browse files

improve nav-item click behavior

parent 6c340d4d
No related branches found
No related tags found
2 merge requests!20Espace membre,!26Release first-users version to production
......@@ -3,6 +3,6 @@
{{ link.text }}
</a>
<ng-template #action>
<div (click)="link.action()">{{ link.text }}</div>
<div class="clickable" (click)="link.action()">{{ link.text }}</div>
</ng-template>
</div>
......@@ -8,7 +8,6 @@
box-sizing: border-box;
border-bottom: 2px solid transparent;
transition: color 200ms, border-color 200ms;
cursor: pointer;
a {
display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment