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

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

Issue 1422703003: [DevTools] Use ListWidget for rendering of EditFileSystemView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/ListWidget.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/listWidget.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css b/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
index b079524242502cbbf91e6c33afadb954656ed3fe..633a9a430bd6cc2b174b984a07faf2b1b1401790 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/listWidget.css
@@ -33,6 +33,7 @@
flex-direction: row;
justify-content: flex-end;
align-items: stretch;
+ pointer-events: none;
}
.controls-gradient {
@@ -48,6 +49,7 @@
display: flex;
flex-direction: row;
align-items: center;
+ pointer-events: auto;
}
.list-item:hover .controls-buttons {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/ListWidget.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698