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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inline_editor/swatchPopover.css

Issue 2740803002: [DevTools] Simplify Popover API (Closed)
Patch Set: addressed comments Created 3 years, 9 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/inline_editor/swatchPopover.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/popover.css b/third_party/WebKit/Source/devtools/front_end/inline_editor/swatchPopover.css
similarity index 88%
copy from third_party/WebKit/Source/devtools/front_end/ui/popover.css
copy to third_party/WebKit/Source/devtools/front_end/inline_editor/swatchPopover.css
index 493f8de560fe40322ba042a2578c07b2410d2fbb..177a70a16d09841f49e09caa83ff77b3e29c2224 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/popover.css
+++ b/third_party/WebKit/Source/devtools/front_end/inline_editor/swatchPopover.css
@@ -12,9 +12,4 @@
overflow: auto;
-webkit-user-select: text;
line-height: 11px;
- padding: 6px;
-}
-
-.widget.no-padding {
- padding: 0;
}

Powered by Google App Engine
This is Rietveld 408576698