Skip to content

Commit

Permalink
Merge pull request DSpace#2525 from 4Science/DURACOM-185
Browse files Browse the repository at this point in the history
Fix mouse cursor on language dropdown menu
  • Loading branch information
alanorth authored Sep 26, 2023
2 parents f53c77b + 6b5708c commit ab3835f
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 ab3835f

Please sign in to comment.