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
This commit is contained in:
Raymond Hill 2018-12-25 10:28:32 -05:00
parent 373bb77ff6
commit 0ffa4b91de
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@
margin: 0;
padding: 0.1em;
position: relative;
user-select: none;
-webkit-user-select: none;
}
.fa-icon > * {
pointer-events: none;

View File

@ -104,7 +104,7 @@
</div>
<div class="container static">
<p></p>
<p><textarea class="staticFilter" value=""></textarea>
<p><textarea class="staticFilter" spellcheck="false" value=""></textarea>
<button id="createStaticFilter" class="custom important" type="button" data-i18n="pickerCreate"></button>
</p>
</div>