From: Otto Radics Date: Mon, 25 Feb 2019 12:14:48 +0000 (+0100) Subject: Fixes #1553 X-Git-Tag: 0.7.5~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ca4af4b96d9f4224b945c079fc9ac687eae6da;p=thirdparty%2Fbulma.git Fixes #1553 Unused $input-radius is now used as a default border-radius. --- diff --git a/sass/elements/form.sass b/sass/elements/form.sass index c944b7512..e3f7a7ea7 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -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