Skip to content

Commit 397c588

Browse files
committed
minty: fix alert-link color, closes #1347
1 parent 6578c58 commit 397c588

16 files changed

+8
-86
lines changed

dist/minty/_bootswatch.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,6 @@ legend {
103103

104104
// Indicators
105105

106-
.alert {
107-
a,
108-
.alert-link {
109-
color: $white;
110-
}
111-
112-
&-light {
113-
114-
&,
115-
a:not(.btn),
116-
.alert-link {
117-
color: $body-color;
118-
}
119-
}
120-
}
121-
122106
.badge {
123107
color: $white;
124108

dist/minty/_variables.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ $pagination-disabled-border-color: $pagination-disabled-bg !default;
8787

8888
// Alerts
8989

90-
$alert-color-scale: 0% !default;
91-
$alert-bg-scale: 0% !default;
92-
9390
// Breadcrumbs
9491

9592
$breadcrumb-padding-y: .375rem !default;

dist/minty/bootstrap.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12140,16 +12140,6 @@ legend {
1214012140
text-decoration: none;
1214112141
}
1214212142

12143-
.alert a,
12144-
.alert .alert-link {
12145-
color: #fff;
12146-
}
12147-
.alert-light,
12148-
.alert-light a:not(.btn),
12149-
.alert-light .alert-link {
12150-
color: #888;
12151-
}
12152-
1215312143
.badge {
1215412144
color: #fff;
1215512145
}

dist/minty/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minty/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minty/bootstrap.rtl.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12114,16 +12114,6 @@ legend {
1211412114
text-decoration: none;
1211512115
}
1211612116

12117-
.alert a,
12118-
.alert .alert-link {
12119-
color: #fff;
12120-
}
12121-
.alert-light,
12122-
.alert-light a:not(.btn),
12123-
.alert-light .alert-link {
12124-
color: #888;
12125-
}
12126-
1212712117
.badge {
1212812118
color: #fff;
1212912119
}

dist/minty/bootstrap.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/minty/bootstrap.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/5/minty/_bootswatch.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,6 @@ legend {
103103

104104
// Indicators
105105

106-
.alert {
107-
a,
108-
.alert-link {
109-
color: $white;
110-
}
111-
112-
&-light {
113-
114-
&,
115-
a:not(.btn),
116-
.alert-link {
117-
color: $body-color;
118-
}
119-
}
120-
}
121-
122106
.badge {
123107
color: $white;
124108

docs/5/minty/_variables.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ $pagination-disabled-border-color: $pagination-disabled-bg !default;
8787

8888
// Alerts
8989

90-
$alert-color-scale: 0% !default;
91-
$alert-bg-scale: 0% !default;
92-
9390
// Breadcrumbs
9491

9592
$breadcrumb-padding-y: .375rem !default;

0 commit comments

Comments
 (0)