Skip to content

Commit b3af151

Browse files
mfranzkenmerget
andauthored
refactor: replace slow performing CSS selectors (#2968)
* refactor: replaced by simpler solution * test: updated screenshot * Update navigation.scss --------- Co-authored-by: Nicolas Merget <104347736+nmerget@users.noreply.github.com>
1 parent f5b4e99 commit b3af151

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/components/src/components/navigation/navigation.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@
8686
&[aria-current="page"],
8787
&[data-active="true"] {
8888
@extend %show-db-puls-auto;
89-
90-
menu {
91-
// hide puls for non navigation items
92-
:has([aria-current="page"]),
93-
[aria-current="page"] {
94-
&::after {
95-
display: none;
96-
}
97-
}
98-
}
9989
}
10090

10191
// angular workaround: as no direct-child selector can be used, the pulse is hidden from the second level onwards

0 commit comments

Comments
 (0)