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

Unified Diff: tracing/tracing/ui/find_control.html

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
« no previous file with comments | « tracing/tracing/ui/extras/drive/index.html ('k') | tracing/tracing/ui/side_panel/side_panel_container.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/find_control.html
diff --git a/tracing/tracing/ui/find_control.html b/tracing/tracing/ui/find_control.html
index c8399834fe1a53c7701f154faad536d0058f0139..daaa0f597770861482b9623c54c182b5ffa124dc 100644
--- a/tracing/tracing/ui/find_control.html
+++ b/tracing/tracing/ui/find_control.html
@@ -14,7 +14,7 @@ found in the LICENSE file.
<style>
:host {
-webkit-user-select: none;
- display: -webkit-flex;
+ display: flex;
position: relative;
}
input {
« no previous file with comments | « tracing/tracing/ui/extras/drive/index.html ('k') | tracing/tracing/ui/side_panel/side_panel_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698