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 f5b4e99 commit b3af151Copy full SHA for b3af151
packages/components/src/components/navigation/navigation.scss
@@ -86,16 +86,6 @@
86
&[aria-current="page"],
87
&[data-active="true"] {
88
@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
99
}
100
101
// angular workaround: as no direct-child selector can be used, the pulse is hidden from the second level onwards
0 commit comments