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:
Raymond Hill 2023-12-05 17:38:12 -05:00
parent cc726c06cd
commit 06d22ca6c3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 2 additions and 1 deletions

View File

@ -778,7 +778,7 @@ const inspectorCSSStyle = [
'opacity: 1', 'opacity: 1',
'outline: 0', 'outline: 0',
'padding: 0', 'padding: 0',
'pointer-events:none;', 'pointer-events: none',
'position: fixed', 'position: fixed',
'top: 0', 'top: 0',
'visibility: visible', 'visibility: visible',

View File

@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<title>uBlock Origin Inspector</title> <title>uBlock Origin Inspector</title>
<link rel="stylesheet" href="../css/dom-inspector.css"> <link rel="stylesheet" href="../css/dom-inspector.css">
</head> </head>