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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/glassPane.css

Issue 2712063002: [DevTools] Migrate Popover to GlassPane (Closed)
Patch Set: nit 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/ui/glassPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css b/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
index 190979ba6e1b62ffa7e560444ea91e26ffcb10c8..3a5cb15d8fbb83819bc66bf7773412072cbec6eb 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
@@ -29,3 +29,29 @@
pointer-events: auto;
flex: none;
}
+
+.arrow-top {
+ margin-top: -19px;
+ margin-left: -10px;
+}
+
+.arrow-bottom {
+ margin-left: -10px;
+}
+
+.arrow-left {
+ margin-left: -19px;
+ margin-top: -10px;
+}
+
+.arrow-right {
+ margin-top: -10px;
+}
+
+.arrow-none {
+ display: none;
+}
+
+:host-context(.-theme-with-dark-background) .arrow {
+ -webkit-filter: invert(80%);
+}

Powered by Google App Engine
This is Rietveld 408576698