Content and help text(field description text) looking same

Created on 9 November 2023, 8 months ago
Updated 14 November 2023, 8 months ago

Problem/Motivation

The content text and the field description help text is looking same but needs to be change the text color.
I have attached a screenshot for better reference.

Steps to reproduce

  1. Install theme
  2. Go to admin section
  3. Check the field description text.

Proposed resolution

Apply some opacity on the description text make it less visible.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India Nitin shrivastava

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Nitin shrivastava
  • @nitin-shrivastava opened merge request.
  • First commit to issue fork.
  • Status changed to Needs review 8 months ago
  • 🇦🇷Argentina tguerineau

    Hi,

    While examining the issue, I observed that the content text is both larger and darker than the help text, which seems to provide clear visual distinction.
    Attached is a screenshot showing this.

    But if the goal is to enhance this distinction further:

    The current styling for the help text is:

    ul.tips, .form-wrapper .description, .form-item .description {
        opacity: 0.8;
        /* other styles */
    }

    Considering accessibility guidelines and maintaining adequate color contrast, I propose reducing the opacity to 0.7. This change is subtle but could provide a clearer differentiation without compromising accessibility.

    I have pushed a commit with this change for review.

    Thanks!

  • @tguerineau opened merge request.
  • First commit to issue fork.
  • Status changed to Fixed 8 months ago
  • 🇺🇦Ukraine paulrad

    Nice improvement.
    Thanks, @tguerineau, @Nitin shrivastava!

Production build 0.69.0 2024