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

Unified Diff: third_party/WebKit/Source/devtools/front_end/popover.css

Issue 1499993004: DevTools: popover, selection and other minor theme tweaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/popover.css
diff --git a/third_party/WebKit/Source/devtools/front_end/popover.css b/third_party/WebKit/Source/devtools/front_end/popover.css
index 8ff2496594d2690f07a5fea12458fc8cdf849da4..ef0064c4194cc2f2426213a726e82113d85181ad 100644
--- a/third_party/WebKit/Source/devtools/front_end/popover.css
+++ b/third_party/WebKit/Source/devtools/front_end/popover.css
@@ -37,6 +37,10 @@
left: 0;
}
+.-theme-with-dark-background .popover .arrow {
+ -webkit-filter: invert(80%);
+}
+
.popover.top-left-arrow .arrow {
/* The default is top-left, no styles needed. */
}

Powered by Google App Engine
This is Rietveld 408576698