From 81cba7380a48c375776cabc7fba7007c01af9511 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 13 Jan 2016 10:08:04 +0100 Subject: [PATCH] fix attachments button style --- app/modules/attachments/attachments.scss | 1 + app/styles/core/forms.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/attachments/attachments.scss b/app/modules/attachments/attachments.scss index 69564409..b110a0c4 100644 --- a/app/modules/attachments/attachments.scss +++ b/app/modules/attachments/attachments.scss @@ -39,6 +39,7 @@ } } button { + background: none; margin-right: .2rem; &:hover, &.is-active { diff --git a/app/styles/core/forms.scss b/app/styles/core/forms.scss index af6aad26..1ef309d3 100644 --- a/app/styles/core/forms.scss +++ b/app/styles/core/forms.scss @@ -24,7 +24,6 @@ textarea { button, button:active, button:focus { - background: none; border: 0; outline: 0; outline-style: none;