Closed (fixed)
Project:
Web Experience Toolkit
Version:
5.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2024 at 17:49 UTC
Updated:
16 Apr 2024 at 03:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
robingalipeau commentedHi Stephen,
So is this what Liam can commit... Based on email thread?
Comment #3
smulvih2No, this is currently how to set the gc-thickline if not using lead title. To make gc-thickline the default used, he will need to change the page-title.html.twig file in wxt_bootstrap, plus review wxt_bootstrap.theme for any gc-thickline logic.
Comment #4
liam morlandThe attached patch to
wxt_bootstrapmakesgc-thicklinethe default by adjusting the template.gc_thicklinecan be set to false to avoid this if needed.Comment #5
joseph.olstador, just upgrade to GCWeb 14.5.0 , no change to twig is needed.
Comment #6
joseph.olstadSee this commit
https://git.drupalcode.org/project/wxt_library/-/commit/e7d754930eaecb91...
It'll be in the next release.
Comment #7
liam morlandMore robust patch.
Comment #8
joseph.olstadComment #9
joseph.olstadthis patch will conflict with the GCWeb 14.5.0 upgrade
Comment #10
smulvih2@joseph you are correct, the GCWeb PR attached show that they have remoed h1.gc-thickline and now the style applies to the plain H1.
Comment #11
sylus commentedCommitted and attributed!
Comment #12
joseph.olstadI'm not 100% sure however I did back off the thickline from our css when using GCWeb 14.5.0 , it is not needed. 100% sure that it's not needed.
What I also am actually concerned with, this change may actually cause a regression and result in a double underline when used in combination with GCWeb 14.5.0.