Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 2237663002: DevTools: Use png icon for bezier editor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inline _createDOM function Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 15ec141591dff88dbd54e88a3036a1ef2a12ba8a..b0b14ca0fefbf33708aab3d05211aa3c26265c39 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;
-}
-
li.child-editing .styles-clipboard-only {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698