Closed (fixed)
Project:
Zen
Version:
7.x-6.x-dev
Component:
CSS/SASS/HTML markup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2016 at 08:59 UTC
Updated:
15 May 2016 at 02:24 UTC
Jump to comment: Most recent

Comments
Comment #2
mustanggb commentedComment #3
mustanggb commentedComment #4
mustanggb commentedComment #5
mustanggb commentedFor anyone that cares to investigate the replacement patterns collapsible fieldset is broken as well.
Found under: Edit a view > Edit a field > Rewrite results > Rewrite the output of this field > Replacement patterns
Comment #6
johnalbinOh, hmm… you mean Views tabs were fine before?
I think I may have changed the default tabs class. It was tabs--primary and tabs--secondary. And I changed it to just tabs and tabs--secondary.
Does changing that back fix the issue?
Comment #7
johnalbinBug in Views. Views uses
hook_menu_local_taskwithout usinghook_menu_local_tasks, which breaks all the styling since individual tabs get the proper classes, but the wrapper element does not.Comment #9
johnalbin