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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/layer_picker.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/layer_picker.css
diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_picker.css b/tracing/tracing/ui/extras/chrome/cc/layer_picker.css
index 8841b4da953f0b133d1e189537eb2c1c2325764c..205b49458f9368d5dfa9ac0ced8e082cbbc72606 100644
--- a/tracing/tracing/ui/extras/chrome/cc/layer_picker.css
+++ b/tracing/tracing/ui/extras/chrome/cc/layer_picker.css
@@ -4,12 +4,12 @@
*/
* /deep/ tr-ui-e-chrome-cc-layer-picker {
- -webkit-flex-direction: column;
- display: -webkit-flex;
+ flex-direction: column;
+ display: flex;
}
* /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls {
- -webkit-flex: 0 0 auto;
+ flex: 0 0 auto;
background-image: -webkit-gradient(linear,
0 0, 100% 0,
from(#E5E5E5),
@@ -26,13 +26,13 @@
}
* /deep/ tr-ui-e-chrome-cc-layer-picker > .x-list-view {
- -webkit-flex: 1 1 auto;
+ flex: 1 1 auto;
font-family: monospace;
overflow: auto;
}
* /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view {
- -webkit-flex: 0 0 auto;
+ flex: 0 0 auto;
height: 200px;
overflow: auto;
}

Powered by Google App Engine
This is Rietveld 408576698