Not a bug .p-sectionLinks-list "Watched" structure

KiF

Active member
Affected version
2.0.1
.p-sectionLinks-list "Watched" has different structure at .p-nav "Resources"/"Forums" (the link and menuTrigger classes)
 
I'm not clear what you're referring to exactly. The only thing I can think of is that "Watched" is a link in only one of the cases, though the behavior with in the RM was intentional and is arguably more correct. Either approach is totally valid though.
 
I have a .less problem with different classes structure inside the div.p-navEl.

Forums "Watched"
div.p-navEl
a.p-navEl-link.p-navEl-link--splitMenu​
a.p-navEl-splitTrigger​

Resources "Watched"
div.p-navEl
a.p-navEl-linkHolder​
span.p-navEl-link.p-navEl-link--menuTrigger​
 
I don't really understand what you're reporting exactly. The navigation structure is different between these two, so a different HTML structure is needed. The latter is how the "link" is displayed when the entire thing opens a single menu.

You will need to handle these HTML differences with whatever customizations you're doing.
 
Top Bottom