From: Raine Revere Date: Sun, 6 Dec 2020 02:52:41 +0000 (-0700) Subject: Do not override is-rounded with are-small. Fix #3163 X-Git-Tag: 0.9.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529cac17a81ab674697d4d522458e987a2345bce;p=thirdparty%2Fbulma.git Do not override is-rounded with are-small. Fix #3163 --- diff --git a/sass/elements/button.sass b/sass/elements/button.sass index e846aab77..ca3bc3dc1 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -47,7 +47,8 @@ $button-colors: $colors !default // The button sizes use mixins so they can be used at different breakpoints =button-small - border-radius: $radius-small + &:not(.is-rounded) + border-radius: $radius-small font-size: $size-small =button-normal font-size: $size-normal