Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Problem/Motivation
@todo Refactor when https://www.drupal.org/node/3010558 is fixed.
core/themes/claro/templates/datetime-wrapper.html.twig
core/themes/claro/templates/form-element.html.twig
Refactor these two templates as https://www.drupal.org/node/3010558 is fixed.
As in the parent issue we have removed <strong>
tag and added CSS font-weight: bold;
on the form-item--error-message
. We can bold the inline error messages here as well.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Comment | File | Size | Author |
---|---|---|---|
#9 | 3348130-9.patch | 948 bytes | gauravvvv |
#6 | after-apply-patch.png | 137.72 KB | guru2023 |
#2 | 3348130-2.patch | 1.9 KB | gauravvvv |
Comments
Comment #2
gauravvvv CreditAttribution: gauravvvv at Axelerant for Drupal India Association commentedComment #3
smustgrave CreditAttribution: smustgrave at Mobomo commentedIf this out of scope? Think this needs an issue summary update and title update to match what's going on. Description mentions updating templates (how). But there is CSS changes happening too.
So lets get a full issue summary for whats happening.
Comment #4
gauravvvv CreditAttribution: gauravvvv at Axelerant for Drupal India Association commentedComment #5
guru2023 CreditAttribution: guru2023 at Material commentedComment #6
guru2023 CreditAttribution: guru2023 at Material commentedVerified the patch #2 and reviewed it on Drupal claro theme css. The patch is working fine and I have added the after patch screenshot for reference.
Comment #7
guru2023 CreditAttribution: guru2023 at Material commentedComment #8
lauriiiI think #3 is right that those changes are out of scope.
Comment #9
gauravvvv CreditAttribution: gauravvvv at Axelerant for Drupal India Association commentedUpdated patch as per #8.
Comment #10
smustgrave CreditAttribution: smustgrave at Mobomo commented#9 seems correct. @laurii will leave to you if you want the issue summary update. Simple fix but know we try and fill those in when possible.
Comment #12
lauriiiAll is good – had to dig into the history of this already when I pushed back on #8. 😊
Committed d746b86 and pushed to 10.1.x. Thanks!