Browse Source
Merge pull request #6268 from tcmal/next
[Menu] Disabled menu items still changing state on hover
fix-flex
Jack Lukic
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/definitions/collections/menu.less
|
@ -452,9 +452,9 @@ |
|
|
|
|
|
|
|
|
.ui.menu .item.disabled, |
|
|
.ui.menu .item.disabled, |
|
|
.ui.menu .item.disabled:hover { |
|
|
.ui.menu .item.disabled:hover { |
|
|
cursor: default; |
|
|
|
|
|
|
|
|
cursor: default !important; |
|
|
background-color: transparent !important; |
|
|
background-color: transparent !important; |
|
|
color: @disabledTextColor; |
|
|
|
|
|
|
|
|
color: @disabledTextColor !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|