Skip to content

Commit

Permalink
Merge pull request #2526 from DSpace/backport-2525-to-dspace-7_x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] Fix mouse cursor on language dropdown menu
  • Loading branch information
alanorth authored Sep 26, 2023
2 parents 77efe52 + 2aab426 commit 19eec6a
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 19eec6a

Please sign in to comment.