White background in view for Exposed Filters.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3414963. --> Reported by: [djsagar](https://www.drupal.org/user/3578351) Related to !361 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>White background in view for Exposed Filters because of background color label visibility is none.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Install the theme set as an administration theme.</li> <li>Go to the /admin/appearance/settings/gin</li> <li>Go to theme settings and Appearance and enable the dark mode</li> <li>GO to the /admin/structure/views/view/content</li> <li>Scroll down and go to the exposed filters in pgae</li> <li>You can see white background in filters</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <pre>.gin--dark-mode .views-exposed-form.views-exposed-form {<br>background-color: transparent;<br>}</pre><p>For reference:-<br> <img src="https://www.drupal.org/files/issues/2024-01-16/issue_0.png" alt="issue"></p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue