fix(ui): force cursor class for menu item
This commit is contained in:
parent
286a2fe825
commit
f7f4bbef2f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
border-radius: 3px;
|
||||
border: solid thin transparent;
|
||||
color: $gray-dark;
|
||||
cursor: pointer;
|
||||
cursor: pointer !important;
|
||||
|
||||
&:hover {
|
||||
& .iconLabel {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue