Closed (fixed)
Project:
BS Base
Version:
8.x-1.x-dev
Component:
BS Bootstrap
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Aug 2019 at 20:03 UTC
Updated:
20 Dec 2019 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pivica commentedHere is a first patch.
Comment #3
pivica commentedFixed string concatenation for dropdown-toggle case.
Comment #4
pivica commentedThe previous patch is introducing a nasty bug because in macro navbar_type is not defined, we need to pass it again as a variable.
Additionally, the refactoring and moving offcanvas CSS code to a new sass file exposed a new bug in drush generator - it is not handling this case correctly and leaving imports in previous SASS file which is producing duplicated CSS code now.
Moreover, a couple of smaller bugs in navbar JS code are fixed, due to extensive testing, and code is improved a bit.
Hopefully, all the problems are addressed with a new patch.
Comment #5
pivica commentedThe last patch is fine but it really has a wrong name, attaching a new one.
Comment #6
pivica commentedA New version that moves CSS needed for dropdown or horizontal to separate SASS partial so we can exclude these rules when navbar type option is off.
Comment #7
pivica commentedRenamed newly added partial _navbar-layout to _navbar-second-level.
Comment #8
pivica commentedLet's not render off-canvas close link when offcanvase type is off. Improved off-canvas type description info for off option.
Comment #10
pivica commentedFixed 'off canvas' spell error, committed.