By markhalliwell on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-3.x
Introduced in version:
7.x-3.18
Description:
Note: if your sub-theme does not override any of the following, then this change record does not apply to you.
Templates
bootstrap-panel.tpl.php- Both related issues changed this file. See each issue's latest patch for relevant changes.
JavaScript
_collapse.js- Both related issues changed this file. See each issue's latest patch for relevant changes.
CSS (Overrides)
Note: should not apply to CDN based starterkits.
overrides.lessand_overrides.scss- These files contain the following CSS rule:
fieldset .panel-body { clear: both; display: inherit; }
Due to the change in in the above issue, this now causes panels to appear "open" by default. You will need to remove thedisplay: inherit;line of this CSS rule in your sub-theme.
Impacts:
Themers