Incorrect color code being set for "Primary button - background color"

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 9.8.1, 9.12.6, 9.13.0, 9.13.1, 9.14.0, 9.14.1
    • Component/s: Navigation Panel
    • None
    • 9.08
    • 4
    • Severity 3 - Minor
    • 0

      Issue Summary

      Jira not considering the color code set for the "Primary button - background color" in the Look and Feel configuration.
      This is reproducible on Data Center: Yes

      Steps to Reproduce

      1. Login to the Jira application.
      2. Choose Settings > System.
      3. Under USER INTERFACE, select Look and feel.
      4. Set the color of "Primary button - background color" to #c00c00.
      5. Refresh the Jira browser.
      6. You will notice that the color of the Create button changed. 
      7. Hover the mouse over the Create button > right click > select inspect
      8. Navigate to the Dev tools > Styles section. 
      9. Filter background-color as shown in the screenshot.
      10. Under ".aui-button:link" section you will notice that the background-color set for the button is showing in a different color code, ie: #970900 instead of #c00c00. **

      Expected Results

      Expecting a color similar to the one shown in the screenshot below. 

      Actual Results

      The color set for the create button is different.

      Workaround

      Adding the following tag via announcebanner will set the color code to #c00c00 

      <style type="text/css">
      .aui-button.aui-button-primary {
      background: #c00c00;
      }
      </style>

      A side effect noticed with this approach is, that other buttons (eg: Log In) color also changes.

      Please note, the issue is not reproducible in the Jira version 9.15.0

        1. image-2024-04-09-22-08-21-186.png
          77 kB
          Vaisakh S
        2. image-2024-04-09-22-03-43-836.png
          28 kB
          Vaisakh S
        3. image-2024-04-09-22-03-17-779.png
          27 kB
          Vaisakh S
        4. image-2024-04-09-21-56-56-989.png
          28 kB
          Vaisakh S
        5. image-2024-04-09-21-54-41-943.png
          19 kB
          Vaisakh S
        6. image (29).png
          149 kB
          Patryk Oleksyk

            Assignee:
            Patryk Oleksyk
            Reporter:
            Vaisakh S
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: