diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8e483b..5869ceb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.5.4 +### Breaking changes + ### New features * #1236 `.table` hover effect is opt-in, by using the `.is-hoverable` modifier class @@ -11,6 +13,76 @@ * #1257 Include placeholder mixin in `=input` +The `$link` color is used instead of `$primary` in the following components: + +
| Variable | +Old value | +New value | +
|---|---|---|
$dropdown-item-active-color |
+ $primary-invert |
+ $link-invert |
+
$dropdown-item-active-background-color |
+ $primary |
+ $link |
+
$navbar-tab-hover-border-bottom-color |
+ $primary |
+ $link |
+
$navbar-tab-active-color |
+ $primary |
+ $link |
+
$navbar-tab-active-border-bottom-color |
+ $primary |
+ $link |
+
$navbar-dropdown-item-active-color |
+ $primary |
+ $link |
+
$tabs-link-active-border-bottom-color |
+ $primary |
+ $link |
+
$tabs-link-active-color |
+ $primary |
+ $link |
+
$tabs-toggle-link-active-background-color |
+ $primary |
+ $link |
+
$tabs-toggle-link-active-border-color |
+ $primary |
+ $link |
+
$tabs-toggle-link-active-color |
+ $primary-invert |
+ $link-invert |
+