mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Fixed broken Firefox, IE compatibility.
Bad selectors when polyfilling the Shadow DOM.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user