]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fixes #1553
authorOtto Radics <otto@webmenedzser.hu>
Mon, 25 Feb 2019 12:14:48 +0000 (13:14 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 25 Feb 2019 12:55:31 +0000 (12:55 +0000)
Unused $input-radius is now used as a default border-radius.

sass/elements/form.sass

index c944b7512876c17919e3136c8f37709265b61bdf..e3f7a7ea761d3d383a0c48bbfe3ff01ed3b2c7fd 100644 (file)
@@ -47,6 +47,7 @@ $help-size: $size-small !default
   @extend %control
   background-color: $input-background-color
   border-color: $input-border-color
+  border-radius: $input-radius
   color: $input-color
   +placeholder
     color: $input-placeholder-color