mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
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:
parent
373bb77ff6
commit
0ffa4b91de
@ -7,6 +7,8 @@
|
||||
margin: 0;
|
||||
padding: 0.1em;
|
||||
position: relative;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
.fa-icon > * {
|
||||
pointer-events: none;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user