1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Prevent CSS filter being applied on element picker

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2075
This commit is contained in:
Raymond Hill 2022-04-04 09:17:28 -04:00
parent 596db8a363
commit 22cd8c02e1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1263,6 +1263,7 @@ const pickerCSSStyle = [
'border-radius: 0', 'border-radius: 0',
'box-shadow: none', 'box-shadow: none',
'display: block', 'display: block',
'filter: none',
'height: 100vh', 'height: 100vh',
'left: 0', 'left: 0',
'margin: 0', 'margin: 0',