fix(ui): force cursor class for menu item

This commit is contained in:
Shekar Siri 2023-07-06 16:08:06 +02:00
parent 286a2fe825
commit f7f4bbef2f

View file

@ -2,7 +2,7 @@
border-radius: 3px;
border: solid thin transparent;
color: $gray-dark;
cursor: pointer;
cursor: pointer !important;
&:hover {
& .iconLabel {