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

Unified Diff: Source/devtools/front_end/inspectorStyle.css

Issue 397303002: DevTools: [Elements] Implement shortcut-based node cut-copy-pasting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 5 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: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index cd071496f4ab4b8319c2f45b7fe78d825b48ec73..8717b74ee04cd4c78471efed852ed1e476583f17 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -1353,6 +1353,10 @@ iframe.panel.extension {
background-color: rgb(212, 212, 212);
}
+.outline-disclosure li.in-clipboard .highlight {
+ outline: 1px dotted darkgrey;
+}
+
.outline-disclosure li.elements-drag-over .selection {
display: block;
margin-top: -2px;

Powered by Google App Engine
This is Rietveld 408576698