Skip to content

Commit 1b9db13

Browse files
chore(ContextMenu): fix incorrect selector (#2832)
Based on customer feedback. Co-authored-by: Nadezhda Tacheva <[email protected]>
1 parent b2fc176 commit 1b9db13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/contextmenu-disable-focus.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ This Knowledge Base article answers the following questions:
3939
4040
````RAZOR
4141
<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 {
42+
/* The CSS combinator that targets the first item of the menu */
43+
.no-shadow .k-menu-group.k-context-menu .k-item:focus > .k-link {
4444
box-shadow: none;
4545
}
4646
</style>
@@ -121,4 +121,4 @@ This Knowledge Base article answers the following questions:
121121
public List<ContextMenuItem> Items { get; set; }
122122
}
123123
}
124-
````
124+
````

0 commit comments

Comments
 (0)