From 0ffa4b91deb3b378c6ced936f618b19279bc5544 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 25 Dec 2018 10:28:32 -0500 Subject: [PATCH] Minor code review - Make FA icons non-selectable, because of spurious selection on Firefox for Android when merely tapping an icon - Disable spellchecking in the static network filter editor in the logger --- src/css/fa-icons.css | 2 ++ src/logger-ui.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/css/fa-icons.css b/src/css/fa-icons.css index e8680416e..56301d033 100644 --- a/src/css/fa-icons.css +++ b/src/css/fa-icons.css @@ -7,6 +7,8 @@ margin: 0; padding: 0.1em; position: relative; + user-select: none; + -webkit-user-select: none; } .fa-icon > * { pointer-events: none; diff --git a/src/logger-ui.html b/src/logger-ui.html index daec040cc..887c2dede 100644 --- a/src/logger-ui.html +++ b/src/logger-ui.html @@ -104,7 +104,7 @@

-

+