]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Do not override is-rounded with are-small. Fix #3163
authorRaine Revere <raine@cybersemics.org>
Sun, 6 Dec 2020 02:52:41 +0000 (19:52 -0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 20 Dec 2020 11:55:29 +0000 (11:55 +0000)
sass/elements/button.sass

index e846aab772dc436fb8a44980b29b417b54d8f776..ca3bc3dc10de7774dc2fdee6e549a71cbafb7cc0 100644 (file)
@@ -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