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

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

Issue 2834053004: DevTools: Fix timeline overview flickering (Closed)
Patch Set: addressing comment Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 31a72a8d1060d85a16dd84fc2b9afa9c6e2a963b..1a170f4dd16e828e7cf580a2786f5ba52933b098 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/glassPane.css
@@ -30,6 +30,10 @@
flex: none;
}
+.no-pointer-events {
+ pointer-events: none;
+}
+
.arrow-top {
margin-top: -19px;
margin-left: -9px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698