| Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| index 64f3efd6e6aab1ebc70ee014add8d929fa4fb132..91f5a8761abb13e1ed557d401e6cb8b70e120c02 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -633,30 +633,6 @@
|
| white-space: pre;
|
| }
|
|
|
| -.popover-icon {
|
| - margin-left: 1px;
|
| - margin-right: 2px;
|
| - width: 10px;
|
| - height: 10px;
|
| - position: relative;
|
| - top: 1px;
|
| - display: inline-block;
|
| - line-height: 1px;
|
| - -webkit-user-select: none;
|
| -}
|
| -
|
| -.bezier-icon {
|
| - background-color: #9C27B0;
|
| - border-radius: 2px;
|
| -}
|
| -
|
| -.bezier-icon path {
|
| - stroke: white;
|
| - stroke-width: 1.5;
|
| - stroke-linecap: square;
|
| - fill: none;
|
| -}
|
| -
|
| .swatch {
|
| background-image: url(Images/checker.png);
|
| }
|
|
|