diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss
index 646f473b3db689244476808ebb2b7229960aac52..6e9e92290874da10b262921ed13b4d3b3feb4726 100644
--- a/scss/mixins/_buttons.scss
+++ b/scss/mixins/_buttons.scss
@@ -31,6 +31,10 @@
     color: color-yiq($background);
     background-color: $background;
     border-color: $border;
+    // Remove CSS gradients if they're enabled
+    @if $enable-gradients {
+      background-image: none;
+    }
   }
 
   &:not(:disabled):not(.disabled):active,