]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #2885
authorJeremy Thomas <bbxdesign@gmail.com>
Tue, 24 Mar 2020 13:38:45 +0000 (13:38 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 24 Mar 2020 13:38:45 +0000 (13:38 +0000)
CHANGELOG.md
sass/form/shared.sass

index 80db155431fee0be4316b444be3f4470904a336e..bc501a1abcfdb351a9bf5b578324ccd5dc895baa 100644 (file)
@@ -1,6 +1,12 @@
 # Bulma Changelog
 
-## Next release
+## 0.8.2
+
+### Bug fixes
+
+* Fix #2885 -> Revert `$input-color: $text-strong`
+
+## 0.8.1
 
 ### Improvements
 
index 3005587efc28486c2aba2897a5c500843e11d7f8..230a00cbf03afe876090b2c8b5379add32426f2a 100644 (file)
@@ -1,4 +1,4 @@
-$input-color: inherit !default
+$input-color: $text-strong !default
 $input-background-color: $scheme-main !default
 $input-border-color: $border !default
 $input-height: $control-height !default