Skip to content

Commit ab3835f

Browse files
authored
Merge pull request DSpace#2525 from 4Science/DURACOM-185
Fix mouse cursor on language dropdown menu
2 parents f53c77b + 6b5708c commit ab3835f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/shared/lang-switch/lang-switch.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
color: var(--ds-header-icon-color-hover);
1010
}
1111
}
12+
13+
.dropdown-item {
14+
cursor: pointer;
15+
}

0 commit comments

Comments
 (0)