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

Unified Diff: sky/examples/stocks/stock.sky

Issue 953903004: Factor sky-toolbar into a componet and use a proper material shadow (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | sky/examples/stocks/stocks.sky » ('j') | sky/examples/stocks/stocks.sky » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks/stock.sky
diff --git a/sky/examples/stocks/stock.sky b/sky/examples/stocks/stock.sky
index d7c6d3eb64eddf777fd1fbceded0a51a0b7de5f6..9bc505185de8e8dfa0d916af587f4715e97bf0a8 100644
--- a/sky/examples/stocks/stock.sky
+++ b/sky/examples/stocks/stock.sky
@@ -13,7 +13,7 @@
// height: 48px;
max-height: 48px;
display: flex;
- border-bottom: 1px solid black;
+ border-bottom: 1px solid #F4F4F4;
padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
« no previous file with comments | « no previous file | sky/examples/stocks/stocks.sky » ('j') | sky/examples/stocks/stocks.sky » ('J')

Powered by Google App Engine
This is Rietveld 408576698