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

Unified Diff: sky/examples/example-scaffold.sky

Issue 887793002: Implement PointerEvent#dx (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Another nit Created 5 years, 11 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 | « sky/examples/appish.sky ('k') | sky/framework/sky-drawer.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/example-scaffold.sky
diff --git a/sky/examples/example-scaffold.sky b/sky/examples/example-scaffold.sky
index 553d1c7e01ce3c4f1c1c405e2314ad0c7b1c4c62..f5ad0a0ba9a72f8c627384b8517d619138702099 100644
--- a/sky/examples/example-scaffold.sky
+++ b/sky/examples/example-scaffold.sky
@@ -17,18 +17,21 @@
}
sky-drawer {
position: absolute;
- z-index: 1;
+ z-index: 2;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
sky-toolbar {
+ position: relative;
+ z-index: 1;
display: flex;
align-items: center;
- background-color: #526E9C;
+ background-color: #607D8A;
color: white;
height: 56px;
+ box-shadow: 0px 2px 4px gray;
}
#menu {
display: flex;
@@ -47,7 +50,7 @@
}
sky-scrollable {
flex: 1;
- background-color: green;
+ background-color: #E7E7E7;
}
</style>
<sky-drawer id="drawer">
« no previous file with comments | « sky/examples/appish.sky ('k') | sky/framework/sky-drawer.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698