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

block-by-size: some sites use outline, this hides our placeholders

This commit is contained in:
gorhill 2016-01-24 19:57:57 -05:00
parent 606522cd62
commit 3e526476d7

View File

@ -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);