From f9300d21202f8df2d3796d6235c9541a3d82a17d Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Wed, 13 May 2020 16:13:27 +0200 Subject: [PATCH] bugfix: buttons in circle-admin --- src/styles/base/form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/base/form.scss b/src/styles/base/form.scss index 460e10e..6eab213 100644 --- a/src/styles/base/form.scss +++ b/src/styles/base/form.scss @@ -67,7 +67,7 @@ form { } } -input:not([type='file']):not([type='search']), +input:not([type='file']):not([type='search']):not([type='submit']), textarea { -webkit-tap-highlight-color: var(--color-grey-7); background-color: var(--color-input-background);