@@ -1,5 +1,11 @@
# Bulma Changelog
+## 0.0.28
+
+* BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
+* Fix #220
+* Fix #206
## 0.0.27
* Fix: #217
@@ -35,15 +35,10 @@
border-top: 1px solid rgba($border, 0.5)
display: flex
padding-top: 10px
- .textarea
- +control-small
- .button
- +button-small
.content:not(:last-child),
.control:not(:last-child)
margin-bottom: 5px
.media
- font-size: 12px
padding-top: 5px
& + .media
margin-top: 5px
@@ -15,20 +15,11 @@
// Sizes
&.is-small
+control-small
- &.is-flat
- padding: 4px 6px
&.is-medium
+control-medium
- padding: 4px 10px
&.is-large
+control-large
- padding: 4px 12px
// Modifiers
- border: none
- box-shadow: none
&.is-fullwidth
display: block
width: 100%
@@ -98,6 +89,21 @@
&:hover
&:after
border-color: $link-hover
+ &.is-small
+ height: 24px
+ select
+ +control-small
+ padding-right: 28px
+ &.is-medium
+ height: 40px
+ +control-medium
+ padding-right: 44px
+ &.is-large
+ height: 48px
+ +control-large
+ padding-right: 52px
.label
color: $text-strong
@@ -214,13 +220,12 @@
&.is-grouped
justify-content: flex-start
- & > .button,
- & > .input,
- & > .select
+ & > .control
&:not(:last-child)
+ margin-bottom: 0
margin-right: 10px
- & > .input
- flex: 1
+ &.is-expanded
+ flex: 1
&.is-grouped-centered
justify-content: center
&.is-grouped-right
@@ -84,8 +84,8 @@
tbody
tr
- background: darken($background, 5%)
+ background: darken($background, 2%)
&:nth-child(2n)
background: $background