This commit is contained in:
Jeremy Thomas 2017-07-30 19:25:24 +01:00
parent fd66f7b651
commit 23e86100d9
3 changed files with 56 additions and 3 deletions

View File

@ -6,6 +6,11 @@
* #280 [File upload element](http://bulma.io/documentation/form/file/)
### Issues closed
* #964 Tabs sass file throwing error with `!important`
* #949 `.is-size-7` helper is missing
## 0.5.0
### New features

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@ $tabs-boxed-link-hover-border-bottom-color: $border !default
$tabs-boxed-link-active-background-color: $white !default
$tabs-boxed-link-active-border-color: $border !default
$tabs-boxed-link-active-border-bottom-color: transparent !important !default
$tabs-boxed-link-active-border-bottom-color: transparent !default
$tabs-toggle-link-border-color: $border !default
$tabs-toggle-link-border-style: solid !default
@ -101,7 +101,7 @@ $tabs-toggle-link-active-color: $primary-invert !default
a
background-color: $tabs-boxed-link-active-background-color
border-color: $tabs-boxed-link-active-border-color
border-bottom-color: $tabs-boxed-link-active-border-bottom-color
border-bottom-color: $tabs-boxed-link-active-border-bottom-color !important
&.is-fullwidth
li
flex-grow: 1