From c7b08427790ff45866caa23de67c3e0d5c290e67 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 28 Feb 2019 03:55:01 +0100 Subject: [PATCH] CSS: Remove primary buttons gradient. Doesn't always look nice, fallback to default bootstrap primary color instead. --- src/styles/components/_buttons.sass | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/styles/components/_buttons.sass b/src/styles/components/_buttons.sass index c1485854..ff0e0163 100644 --- a/src/styles/components/_buttons.sass +++ b/src/styles/components/_buttons.sass @@ -12,10 +12,3 @@ &:focus, &:active box-shadow: none - -.btn-primary - background: linear-gradient(135deg, $primary-accent, $primary) - -.btn-primary:hover, -.btn-outline-primary:hover - background: linear-gradient(135deg, lighten($primary-accent, 5%), $primary)