White background in view for Exposed Filters.

Created on 16 January 2024, about 1 year ago
Updated 3 April 2024, 10 months ago

Problem/Motivation

White background in view for Exposed Filters because of background color label visibility is none.

Steps to reproduce

  1. Install the theme set as an administration theme.
  2. Go to the /admin/appearance/settings/gin
  3. Go to theme settings and Appearance and enable the dark mode
  4. GO to the /admin/structure/views/view/content
  5. Scroll down and go to the exposed filters in pgae
  6. You can see white background in filters

Proposed resolution

.gin--dark-mode .views-exposed-form.views-exposed-form {
background-color: transparent;
}

For reference:-

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇮🇳India djsagar

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

Merge Requests

Comments & Activities

  • Issue created by @djsagar
  • First commit to issue fork.
  • Merge request !361gin-3414963-Remove white background → (Merged) created by Unnamed author
  • Status changed to Needs review about 1 year ago
  • 🇮🇳India ahsannazir

    Created MR to fix the issue

  • Assigned to Sandeep_k
  • 🇮🇳India Sandeep_k New Delhi

    Hi @ahsannazir, I've Tested the shared MR- MR !361 mergeable on the Drupal- 10.2.2-dev version, The Patch was applied successfully and looks good to me now.

    Testing Steps:

    • Install the theme set as an administration theme.
    • Goto> admin/appearance/Gin-settings
    • Goto> Theme settings> Appearance and enable the dark mode
    • Goto> admin/structure/views/view/content
    • Scroll down and go to the exposed filters on the page- to see before results (Before results attached)
    • Download the shared patch & apply.
    • Goto> admin/structure/views/view/content- Scroll down and go to the exposed filters to re-verify this.

    Testing Results:
    After applying the patch, the White background issue is fixed now. RTBC++

  • Status changed to RTBC about 1 year ago
  • Issue was unassigned.
  • First commit to issue fork.
  • Pipeline finished with Success
    11 months ago
    Total: 212s
    #124623
  • Pipeline finished with Success
    11 months ago
    Total: 221s
    #124628
  • Status changed to Fixed 11 months ago
  • 🇨🇭Switzerland saschaeggi Zurich

    I took this a step further and improved the overall appearance of it also for light mode. Thanks y'all! 👏

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024