| Index: third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/popover.css b/third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| index 82c82046b72567bee26b05b0a93f198dc2100840..b060c7a0673bcc0ec9912ecfa988e504d71210b2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| @@ -67,22 +67,3 @@
|
| margin-bottom: -19px;
|
| background-position: 0 -19px;
|
| }
|
| -
|
| -.source-frame-popover-title {
|
| - text-overflow: ellipsis;
|
| - overflow: hidden;
|
| - white-space: nowrap;
|
| - font-weight: bold;
|
| - padding-left: 18px;
|
| -}
|
| -
|
| -.source-frame-popover-tree {
|
| - border-top: 1px solid rgb(184, 184, 184);
|
| - overflow: auto;
|
| - position: absolute;
|
| - top: 21px;
|
| - bottom: 5px;
|
| - left: 5px;
|
| - right: 5px;
|
| - margin-top: 1px;
|
| -}
|
|
|