Problem/Motivation

TBC has reported that many DrupalWxT sites are non-compliant on the home page because the menu button is grey and the border above it is grey - the same as it is on Canada.ca. Apparently, ONLY Canada.ca's home page should look like this and not other sites using the institution landing page template as a home page. Sites other than Canada.ca should have the blue menu button and the blue border.

Steps to reproduce

1. Install the distro
2. Create a page and configure it to be the site's homepage
3. See that the home page does not have the blue menu button and blue line

Proposed resolution

Remove the home class from wxt_bootstrap/templates/system/html.html.twig.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

joel_osc created an issue. See original summary.

joel_osc’s picture

Status: Active » Needs review
joseph.olstad’s picture

Project: Web Experience Toolkit: Bootstrap » Web Experience Toolkit
Version: 11.3.x-dev » 6.3.x-dev
Component: Templates » WxT Bootstrap

Moving to the correct location

joseph.olstad’s picture

The preference has been for quite some time now that all of the issues in wxt rather than in the sub projects. Previously issues in those other projects have gone unnoticed for long periods of time.

The MR actually should be done to the repo in github rather than d.o since the process is to do the code changes in github which runs all the testing framework and then later it gets pushed into the d.o downstream when a release is ready or close to being ready.