Skip to content

Correct background in input fields and footer in login pages

Eduardo Sanz García requested to merge eduardosanz/dark-mode-login-pages into master

What does this MR do and why?

When focused or active, the background of input fields was set to white. That interfered with dark mode.

Adapt the background color for the footer.

Closes #414970 (closed)

Changelog: changed

Screenshots or screen recordings

Before After
image image
image image

How to set up and validate locally

  1. Enable dark mode for the app by changing default_theme: 11 in config/gitlab.yml
  2. Restart gdk
  3. On an incognito window sign in: https://gdk.test:3443/users/sign_in

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Sanz García

Merge request reports