wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
97 stars 89 forks source link

Fix css selector to login button #2955

Closed lucianogorza closed 1 month ago

lucianogorza commented 1 month ago
Related issue
https://github.com/wazuh/wazuh-dashboard-plugins/issues/6571

Description

This PR improves the CSS selector for the login button to apply Wazuh branding colors. Previously, the CSS selector was less specific, so the style was incorrectly applied to other buttons like App Settings > Miscellaneous.

Evidence

Test

  1. Generate the package
  2. Go to Login and check the button color. The button must have the color of the brand.
  3. Go to App Settings > Miscellaneous and check the button color. The button must have the color of the theme.
lucianogorza commented 1 month ago

The changes related to version 4.9.0 need to be made in the wazuh-dashboard repository. Here is the correct PR: https://github.com/wazuh/wazuh-dashboard/pull/181