| Index: third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| index fea94b257369b5cc06f5b12b642c7fcfb61e8162..0deaa8f2df31aa8fa3834365c03933b87c1e062d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/SwatchPopoverHelper.js
|
| @@ -10,7 +10,7 @@ WebInspector.SwatchPopoverHelper = function()
|
| {
|
| this._popover = new WebInspector.Popover();
|
| this._popover.setCanShrink(false);
|
| - this._popover.setNoMargins(true);
|
| + this._popover.setNoPadding(true);
|
| this._popover.element.addEventListener("mousedown", (e) => e.consume(), false);
|
|
|
| this._hideProxy = this.hide.bind(this, true);
|
|
|