mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
block-by-size: some sites use outline
, this hides our placeholders
This commit is contained in:
parent
606522cd62
commit
3e526476d7
@ -107,6 +107,7 @@ styleTag.textContent = [
|
||||
'min-height: 1em !important;',
|
||||
'min-width: 1em !important;',
|
||||
'opacity: 1 !important;',
|
||||
'outline: none !important;',
|
||||
'}'
|
||||
].join('\n');
|
||||
document.head.appendChild(styleTag);
|
||||
|
Loading…
Reference in New Issue
Block a user