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

Unified Diff: sky/framework/components/toolbar.dart

Issue 1012463003: Make Sky's drawer match Material Design spec (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: nits Created 5 years, 9 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/framework/components/floating_action_button.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/toolbar.dart
diff --git a/sky/framework/components/toolbar.dart b/sky/framework/components/toolbar.dart
index 23040bd3b55f8218bdfe3e08a6b01ce6ec18ee37..57a3047884274150228f500a2d8df93e47d6dde0 100644
--- a/sky/framework/components/toolbar.dart
+++ b/sky/framework/components/toolbar.dart
@@ -13,7 +13,6 @@ class Toolbar extends Component {
display: flex;
align-items: center;
height: 56px;
- z-index: 1;
background-color: ${Purple[500]};
color: white;
box-shadow: ${Shadow[2]};'''
« no previous file with comments | « sky/framework/components/floating_action_button.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698