October 10, 2017
October 23, 2017
CSS (303.47 kB), Shell (1.22 kB)
180
180
20491
524
Jeremy Thomas on October 10, 2017 for 0.6.0
$link color is part of the $colors map. As a result, .button.is-link is a colored button now. Use .button.is-text if you want the underlined button.variables.sass file has been removed.nav.sass file has been removed..table hover effect is opt-in, by using the .is-hoverable modifier class.dropdown now supports .is-up modifier=inputThe $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 |