| Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| index 0496a5ee2143d866d10a9f421610f9d9b2faf297..a459d1bec20cf4b3a47d93ec2b37f9f2625957aa 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
|
| @@ -102,27 +102,6 @@
|
| cursor: auto;
|
| }
|
|
|
| -.callstack-info {
|
| - text-align: center;
|
| - font-style: italic;
|
| - padding: 6px;
|
| - color: #888;
|
| - pointer-events: none;
|
| - display: flex;
|
| - align-items: center;
|
| - justify-content: center;
|
| -}
|
| -
|
| -.callstack-info.status {
|
| - border-top: 1px solid rgb(189, 189, 189);
|
| - background-color: rgb(255, 255, 194);
|
| -}
|
| -
|
| -.-theme-with-dark-background .callstack-info.status {
|
| - background-color: hsl(46, 98%, 22%);
|
| - color: #ccc;
|
| -}
|
| -
|
| .watch-expression-delete-button {
|
| width: 10px;
|
| height: 10px;
|
|
|