Skip to content

Commit

Permalink
[DURACOM-185] Fix pointer on language dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-negretti committed Sep 25, 2023
1 parent 85deeaa commit 6b5708c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/shared/lang-switch/lang-switch.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
color: var(--ds-header-icon-color-hover);
}
}

.dropdown-item {
cursor: pointer;
}

0 comments on commit 6b5708c

Please sign in to comment.