From c321dc51b0910ef478cab455409f3b13a7d90dcd Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 29 Nov 2019 17:44:22 +0100 Subject: [PATCH] Reset iOS button styling Removes the pill shaped, shaded button styling on iOS. --- app/styles/_buttons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/_buttons.scss b/app/styles/_buttons.scss index 4638711c..6ab55746 100644 --- a/app/styles/_buttons.scss +++ b/app/styles/_buttons.scss @@ -10,6 +10,7 @@ button, input[type=submit], .button { text-transform: uppercase; cursor: pointer; letter-spacing: 0.1em; + -webkit-appearance: none; &+button, &+input[type=submit], &+.button { margin-left: 0.5rem;