mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update changelog
This commit is contained in:
parent
c0966157b0
commit
b98a454615
@ -6,6 +6,10 @@
|
||||
|
||||
* #1884 New `$navbar-burger-color` variable
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* #1749 Fix icons floating out of input area
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Improvements
|
||||
|
@ -4173,6 +4173,7 @@ a.box:active {
|
||||
}
|
||||
|
||||
.control {
|
||||
clear: both;
|
||||
font-size: 1rem;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
@ -6582,6 +6583,7 @@ body.has-navbar-fixed-bottom {
|
||||
height: 3.25rem;
|
||||
position: relative;
|
||||
width: 3.25rem;
|
||||
color: #4a4a4a;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -540,10 +540,10 @@ $help-size: $size-small !default
|
||||
margin-right: 0.75rem
|
||||
|
||||
.control
|
||||
clear: both //fixes the icon floating out of the input when help text is floated right
|
||||
font-size: $size-normal
|
||||
position: relative
|
||||
text-align: left
|
||||
clear: both //fixes the icon floating out of the input when help text is floated right
|
||||
// Modifiers
|
||||
// DEPRECATED
|
||||
&.has-icon
|
||||
|
Loading…
Reference in New Issue
Block a user