Remove double header background color in dashboard

It seems commit 9e4503591b intended the background to be `grey-100` but `white` was still left in. I removed white to keep the original intent. The resulting color displayed in the browser was white, so maybe it should be `white` instead of `grey-100`.
master
Jorrit Schippers 2015-10-07 21:40:22 +02:00
parent a7430a5284
commit 24a6865ea8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</head> </head>
<body> <body>
<div class="demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header"> <div class="demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
<header class="demo-header mdl-layout__header mdl-color--white mdl-color--grey-100 mdl-color-text--grey-600"> <header class="demo-header mdl-layout__header mdl-color--grey-100 mdl-color-text--grey-600">
<div class="mdl-layout__header-row"> <div class="mdl-layout__header-row">
<span class="mdl-layout-title">Home</span> <span class="mdl-layout-title">Home</span>
<div class="mdl-layout-spacer"></div> <div class="mdl-layout-spacer"></div>