From 1b383e1d57b9273e38fe0c5b9fdedbe5c0f05ab9 Mon Sep 17 00:00:00 2001 From: Joseph Cohen Date: Wed, 16 Mar 2016 13:29:44 -0600 Subject: [PATCH] Add missing in important outline buttons --- resources/assets/sass/modules/_btns.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/sass/modules/_btns.scss b/resources/assets/sass/modules/_btns.scss index bf1bc032..c245ceb5 100644 --- a/resources/assets/sass/modules/_btns.scss +++ b/resources/assets/sass/modules/_btns.scss @@ -55,7 +55,7 @@ .btn-outline { background-color: transparent; - background-image: none; + background-image: none !important; color: inherit; transition: all .5s; }