mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #964
This commit is contained in:
parent
fd66f7b651
commit
23e86100d9
@ -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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user