| Index: third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css b/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
|
| index 08a600627058978cce45df70ef97ee7bf3af450f..4beee86df446246dc6d5cec97a45f2bf0db94065 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
|
| @@ -46,10 +46,6 @@
|
| color: #222;
|
| }
|
|
|
| -body.dark-theme {
|
| - -webkit-filter: invert(100%) hue-rotate(180deg) saturate(80%);
|
| -}
|
| -
|
| .platform-linux {
|
| color: rgb(48, 57, 66);
|
| font-family: Ubuntu, Arial, sans-serif;
|
| @@ -558,10 +554,6 @@
|
| bottom: 0;
|
| }
|
|
|
| -body.dark-theme .root-view {
|
| - background: white;
|
| -}
|
| -
|
| .viewport-control-gap-element {
|
| color: transparent;
|
| }
|
|
|