- First commit to issue fork.
- Merge request !4792Issue #2230689: Remove redundant "Italic" style → (Open) created by Unnamed author
- last update
almost 2 years ago 30,341 pass - Status changed to Needs review
almost 2 years ago 3:03am 15 September 2023 - Status changed to Needs work
almost 2 years ago 1:50pm 15 September 2023 - 🇺🇸United States smustgrave
MR should be 11.x
Also not sure about this one, have you checked anywhere else on the site it's being used?
Remaining tasks say
- Decide when to use Italic style
- Introduce specified CSS rules to different language system ( [lang="zh-hant"] { font-style: normal; font-weight: bold } ) - 🇮🇳India BhumikaVarshney Delhi
Hi droplet,
As smustgrave mentioned can you please suggest where we need to use italics font or do we need to remove for the help text added for the field or we need to do it for language specific so accordingly we can do the changes.
Thank You! - 🇮🇳India chetansonawane Gujarat
chetansonawane → changed the visibility of the branch 2230689-11 to hidden.
- 🇮🇪Ireland markconroy
Can we get the MR for this updated. The current one says it has over 1,500 commits to it. I doubt we did that much work to this issue :)
Looking at the specific example from the account settings form, the
<em>
is only around the email address and not the text.'#description' => $this->t("The email address to be used as the 'from' address for all account notifications listed below. If <em>'Visitors, but administrator approval is required'</em> is selected above, a notification email will also be sent to this address for any new registrations. Leave empty to use the default system email address <em>(%site-email).</em>", ['%site-email' => $site_config->get('mail')]),
If this is still an issue, let's get a list of where we need to change it so we can work on it.