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
Issue fork wxt_bootstrap-3612322
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
Comment #3
joel_osc commentedComment #4
joseph.olstadMoving to the correct location
Comment #5
joseph.olstadThe 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.