mirror of https://github.com/gorhill/uBlock.git
Prevent CSS `filter` being applied on element picker
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2075
This commit is contained in:
parent
596db8a363
commit
22cd8c02e1
|
@ -1263,6 +1263,7 @@ const pickerCSSStyle = [
|
|||
'border-radius: 0',
|
||||
'box-shadow: none',
|
||||
'display: block',
|
||||
'filter: none',
|
||||
'height: 100vh',
|
||||
'left: 0',
|
||||
'margin: 0',
|
||||
|
|
Loading…
Reference in New Issue