| Index: Source/devtools/front_end/heapProfiler.css
|
| diff --git a/Source/devtools/front_end/heapProfiler.css b/Source/devtools/front_end/heapProfiler.css
|
| index 3b76d3353af21c18afff9cbfc1a4cb7f62da2d98..8ee6d63a249f1f31d6bd6550503d899f98ef1c69 100644
|
| --- a/Source/devtools/front_end/heapProfiler.css
|
| +++ b/Source/devtools/front_end/heapProfiler.css
|
| @@ -114,7 +114,7 @@
|
| overflow: hidden;
|
| }
|
|
|
| -.heap-snapshot-view .retainers-view-header {
|
| +.heap-snapshot-view .heap-snapshot-view-resizer {
|
| background-image: url(Images/statusbarResizerVertical.png);
|
| background-color: rgb(236, 236, 236);
|
| border-bottom: 1px solid rgb(179, 179, 179);
|
| @@ -123,7 +123,7 @@
|
| flex: 0 0 21px;
|
| }
|
|
|
| -.heap-snapshot-view .retainers-view-header .title > span {
|
| +.heap-snapshot-view .heap-snapshot-view-resizer .title > span {
|
| display: inline-block;
|
| padding-top: 3px;
|
| vertical-align: middle;
|
| @@ -131,7 +131,7 @@
|
| margin-right: 8px;
|
| }
|
|
|
| -.heap-snapshot-view .retainers-view-header * {
|
| +.heap-snapshot-view .heap-snapshot-view-resizer * {
|
| pointer-events: none;
|
| }
|
|
|
|
|