Skip to content

Commit 3efd5d9

Browse files
committed
:has() selector for new breadcrumb markup
1 parent f4ea63c commit 3efd5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ section.k-modules-section .k-headline {
1313
cursor: text;
1414
}
1515

16-
.k-topbar-crumbs a[href$="+modules"] {
16+
.k-topbar-breadcrumb li:has(a[href$="+modules"]) {
1717
display: none;
1818
}

0 commit comments

Comments
 (0)