Skip to content

Commit

Permalink
Merge pull request #6268 from tcmal/next
Browse files Browse the repository at this point in the history
[Menu] Disabled menu items still changing state on hover
  • Loading branch information
jlukic authored Mar 19, 2018
2 parents e137ee1 + b291a26 commit f53113a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,9 @@

.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
cursor: default;
cursor: default !important;
background-color: transparent !important;
color: @disabledTextColor;
color: @disabledTextColor !important;
}


Expand Down

0 comments on commit f53113a

Please sign in to comment.