From b9cf09b5a40e590cdc13ca54558fe5431835df50 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 27 Jun 2016 08:21:24 -0400 Subject: PLT-3242 Fixed clicking on input labels on iOS (#3417) * Prevented channel notification settings radiobuttons from multi-selecting * Fixed clicking on input labels on iOS --- webapp/sass/responsive/_mobile.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'webapp/sass/responsive') diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index 6308829ec..78bd8580d 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -1051,3 +1051,9 @@ } } } + +// on iOS, allow clicks within an input's label to actually propagate through to the input itself +// http://stackoverflow.com/a/34810294/6325807 +label span { + pointer-events: none; +} \ No newline at end of file -- cgit v1.2.3-1-g7c22