git.wincent.com
/
hextrapolate.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d525f05
)
Further attempt at avoiding zoom
author
Greg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 06:05:39 +0000
(23:05 -0700)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/src/App.css
b/src/App.css
index 32083195e1eaffe9a08a2fc22f280891deeac683..ad2383cbb5162d88c34e37b5994910257bec6320 100644
(file)
--- 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;
}