Change record status: 
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.less and _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 the display: inherit; line of this CSS rule in your sub-theme.

Impacts: 
Themers