]> git.wincent.com - hextrapolate.git/commitdiff
Further attempt at avoiding zoom
authorGreg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 06:05:39 +0000 (23:05 -0700)
committerGreg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 06:05:39 +0000 (23:05 -0700)
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

index 32083195e1eaffe9a08a2fc22f280891deeac683..ad2383cbb5162d88c34e37b5994910257bec6320 100644 (file)
@@ -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;
   }