From 769877f169b09c40e21e3878fc0f2c6f07dfbcd4 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 30 May 2017 23:05:39 -0700 Subject: [PATCH] Further attempt at avoiding zoom Works fine in Chrome device emulation. Not so great on the real phone. Can't focus the input, and changes to the select menu don't stick. --- src/App.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 3208319..ad2383c 100644 --- a/src/App.css +++ b/src/App.css @@ -94,7 +94,10 @@ body { } .hextrapolate-field input, - .hextrapolate-field select { + .hextrapolate-field input:focus, + .hextrapolate-field select, + .hextrapolate-field select:focus { + background: #eee; font-size: 16px; } -- 2.37.1