Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-73114] avoid conflicts with css classes from bootstrap #9254

Merged
merged 2 commits into from
May 18, 2024

Commits on May 10, 2024

  1. [JENKINS-73114] avoid conflict of css classes with bootstrap

    jenkins and bootstrap both have definitions for alert and alert-warning,
    alert-info, alert-danger. Bootstrap css definitions are included when
    e.g. the warning-ng plugin is installed and a job is configured to scan
    for warnings. The css classes from bootstrap are then chosen instead of
    the ones for Jenkins for things like the admin monitors.
    To make things umambiguous, add additional classes prefixed with
    `jenkins-` and make use of them in code. Keep the old definitions for
    backward compatibility with plugins.
    Followup changes are needed in plugins (Mostly those that define admin
    monitors) and the design-library
    mawinter69 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cae662b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. fix test

    mawinter69 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4f74a62 View commit details
    Browse the repository at this point in the history