mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
* BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
|
* BREAKING: `.control.is-grouped` now uses `.control` elements as direct children
|
||||||
* Fix #220
|
* Fix #220
|
||||||
|
* Fix #210
|
||||||
* Fix #206
|
* Fix #206
|
||||||
|
* Fix #122
|
||||||
|
|
||||||
## 0.0.27
|
## 0.0.27
|
||||||
|
|
||||||
|
|||||||
@@ -62,6 +62,11 @@ Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most
|
|||||||
* Opera
|
* Opera
|
||||||
* Safari
|
* Safari
|
||||||
|
|
||||||
|
## Related projects
|
||||||
|
|
||||||
|
* Bulma with Attribute Modules: https://github.com/j5bot/bulma-attribute-selectors
|
||||||
|
* Bulma with Rails: https://github.com/joshuajansen/bulma-rails
|
||||||
|
|
||||||
## Copyright and license
|
## Copyright and license
|
||||||
|
|
||||||
Code copyright 2016 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
|
Code copyright 2016 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE).
|
||||||
|
|||||||
@@ -146,6 +146,7 @@
|
|||||||
.select
|
.select
|
||||||
border-radius: 0
|
border-radius: 0
|
||||||
margin-right: -1px
|
margin-right: -1px
|
||||||
|
width: auto
|
||||||
&:hover
|
&:hover
|
||||||
z-index: 2
|
z-index: 2
|
||||||
&:active,
|
&:active,
|
||||||
@@ -159,10 +160,17 @@
|
|||||||
border-radius: 0 $radius $radius 0
|
border-radius: 0 $radius $radius 0
|
||||||
select
|
select
|
||||||
border-radius: 0 $radius $radius 0
|
border-radius: 0 $radius $radius 0
|
||||||
|
&.is-expanded
|
||||||
|
flex: 1
|
||||||
&.has-addons-centered
|
&.has-addons-centered
|
||||||
justify-content: center
|
justify-content: center
|
||||||
&.has-addons-right
|
&.has-addons-right
|
||||||
justify-content: flex-end
|
justify-content: flex-end
|
||||||
|
&.has-addons-fullwidth
|
||||||
|
.button,
|
||||||
|
.input,
|
||||||
|
.select
|
||||||
|
flex: 1
|
||||||
&.has-icon
|
&.has-icon
|
||||||
& > .fa
|
& > .fa
|
||||||
+fa(14px, 24px)
|
+fa(14px, 24px)
|
||||||
|
|||||||
Reference in New Issue
Block a user