| Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
|
| index a4a831f68c3e647c2db80c12e47e698b2007eb22..f347560b2a15e85878086c19cf3f1816ba241fde 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
|
| @@ -45,6 +45,11 @@
|
| cursor: default;
|
| }
|
|
|
| +.sources-toolbar-spacer {
|
| + flex: auto;
|
| + pointer-events: none;
|
| +}
|
| +
|
| .source-frame-debugger-script {
|
| background-color: rgba(255, 255, 194, 0.5);
|
| }
|
|
|