We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641d374 commit 5226e67Copy full SHA for 5226e67
knowledge-base/contextmenu-disable-focus.md
@@ -39,8 +39,8 @@ This Knowledge Base article answers the following questions:
39
40
````RAZOR
41
<style>
42
- /* The CSS combinator that targets the first item of the menu */
43
- .no-shadow .k-menu.k-context-menu .k-item:focus > .k-link {
+ /* The CSS combinator that targets the first item of the menu */
+ .no-shadow .k-menu-group.k-context-menu .k-item:focus > .k-link {
44
box-shadow: none;
45
}
46
</style>
@@ -121,4 +121,4 @@ This Knowledge Base article answers the following questions:
121
public List<ContextMenuItem> Items { get; set; }
122
123
124
-````
+````
0 commit comments