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;