Breaking changes
- The new
$linkcolor is part of the$colorsmap. As a result,.button.is-linkis a colored button now. Use.button.is-textif you want the underlined button. - The deprecated
variables.sassfile has been removed. - The deprecated
nav.sassfile has been removed.
New features
- #1236
.tablehover effect is opt-in, by using the.is-hoverablemodifier class - #1254
.dropdownnow supports.is-upmodifier
Improvements
- #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
|
Issues closed
- #708 Import variables in mixins