From ff6b9aee478ecbd825348ed980ee43c93f9da51d Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 12 May 2017 15:11:44 -0400 Subject: [PATCH] no opacity rule for btn-primary --- app/assets/stylesheets/common/components/buttons.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common/components/buttons.scss b/app/assets/stylesheets/common/components/buttons.scss index 8dc70e66442..a1a3f4bc6db 100644 --- a/app/assets/stylesheets/common/components/buttons.scss +++ b/app/assets/stylesheets/common/components/buttons.scss @@ -64,6 +64,9 @@ i.fa { opacity: 0.7; } + &.btn-primary i.fa { + opacity: 1; + } } // Primary button