From 5e88794a65991a5d93652ce7f7fbc58432e43360 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 18 May 2017 18:04:47 -0400 Subject: [PATCH] remove box-shadows around radio buttons and checkboxes on mobile --- app/assets/stylesheets/mobile/compose.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index ebe8feb418b..e524dd27942 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -21,6 +21,9 @@ input { box-shadow: inset 0 1px 1px rgba(0,0,0, .3); border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); } +input[type=radio], input[type=checkbox] { + box-shadow: none; +} #reply-control { // used for upload link