Skip to content

We need variables for alert background! #24341

Closed
@myplaneticket

Description

@myplaneticket

Alert is changing the theme colors automatically:

@each $color, $value in $theme-colors {
  .alert-#{$color} {
    @include alert-variant(theme-color-level($color, -10), theme-color-level($color, -9), theme-color-level($color, 6));
  }
}

This is counter intuitive and should be changed. There should be variables for Alert backgrounds. Currently you have no control over this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions