mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
block-by-size: some sites use outline, this hides our placeholders
This commit is contained in:
parent
606522cd62
commit
3e526476d7
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue