From d4fd493901a11bdfef8cfa78ee709810eb8627bc Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 2 Dec 2016 00:46:37 -0800 Subject: [PATCH] Revert "UX: have webkit safari mobile stop with inner shadows" This reverts commit 9a685c64ee86682bc200f609bcfd7fdbb0950b82. --- app/assets/stylesheets/common/foundation/base.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common/foundation/base.scss b/app/assets/stylesheets/common/foundation/base.scss index 9ba9ee42950..b4267e703fe 100644 --- a/app/assets/stylesheets/common/foundation/base.scss +++ b/app/assets/stylesheets/common/foundation/base.scss @@ -98,7 +98,3 @@ pre code { #offscreen-content { display: none; } - -input { - -webkit-appearance: none; -}