Update changelog

This commit is contained in:
Jeremy Thomas 2019-05-18 16:24:42 +01:00
parent facb1439ce
commit aabe75cf56
2 changed files with 3 additions and 3 deletions

View File

@ -33,6 +33,7 @@ $title-family: "Georgia", serif;
* #2463 Remove duplicate `.has-addons` in `tag.sass`
* #2253 Fix `$gap` variable default value
* #2273 Fix #2258 -> Fix Indeterminate Progress Bar animation in Firefox
* #2175 Proper aligning for `.tabs` within `.content`
### New variables

View File

@ -87,12 +87,11 @@ $content-table-foot-cell-color: $text-strong !default
list-style: disc outside
margin-left: 2em
margin-top: 1em
ul
list-style-type: circle
margin-top: 0.5em
ul
list-style-type: square
list-style-type: square
dd
margin-left: 2em
figure
@ -146,7 +145,7 @@ $content-table-foot-cell-color: $text-strong !default
border-bottom-width: 0
.tabs
li + li
margin-top: 0
margin-top: 0
// Sizes
&.is-small
font-size: $size-small