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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css

Issue 3002533002: Switch tracing to new flexbox. (Closed)
Patch Set: Created 3 years, 4 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: tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css
diff --git a/tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css b/tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css
index bdd77fcd09968f5eb56300402c780fc22f0348de..fd3711b354a16ad23830d14eb47d4de2e96a0640 100644
--- a/tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css
+++ b/tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css
@@ -4,13 +4,13 @@
*/
* * /deep/ tr-ui-e-chrome-cc-picture-ops-list-view {
- -webkit-flex-direction: column;
+ flex-direction: column;
border-top: 1px solid grey;
- display: -webkit-flex;
+ display: flex;
}
* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view > .x-list-view {
- -webkit-flex: 1 1 auto;
+ flex: 1 1 auto;
overflow: auto;
}

Powered by Google App Engine
This is Rietveld 408576698