Fixed broken Firefox, IE compatibility.

Bad selectors when polyfilling the Shadow DOM.
This commit is contained in:
Oliver Hamlet
2014-12-17 23:25:42 +00:00
parent 39afbec682
commit 9704a7f65e
+3 -3
View File
@@ -38,17 +38,17 @@ h2 {
div[drawer] {
background: white;
}
div[drawer] > nav {
div[drawer] nav {
overflow-y: auto;
border-right: 1px rgba(0, 0, 0, 0.12) solid;
}
div[drawer] > core-toolbar {
border-right: 1px rgba(0, 0, 0, 0.12) solid;
}
div[drawer] > core-toolbar > img {
div[drawer] > core-toolbar img {
height: 48px;
}
div[drawer] > core-toolbar > h1 {
div[drawer] > core-toolbar h1 {
font-weight: 400;
font-size: 34pt;
}