mirror of https://github.com/gorhill/uBlock.git
Fix details regarding light/dark theme in dom inspector
Related feedback: https://github.com/uBlockOrigin/uBlock-issues/issues/1411#issuecomment-1841509464
This commit is contained in:
parent
cc726c06cd
commit
06d22ca6c3
|
@ -778,7 +778,7 @@ const inspectorCSSStyle = [
|
|||
'opacity: 1',
|
||||
'outline: 0',
|
||||
'padding: 0',
|
||||
'pointer-events:none;',
|
||||
'pointer-events: none',
|
||||
'position: fixed',
|
||||
'top: 0',
|
||||
'visibility: visible',
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<title>uBlock Origin Inspector</title>
|
||||
<link rel="stylesheet" href="../css/dom-inspector.css">
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue