Fixed screen dimming

No longer hangs the UI when a detail is closed without a matching hero to return to.
This commit is contained in:
Thaum
2015-02-20 10:40:00 +00:00
parent bd86c1608e
commit f599bc4a46
2 changed files with 9 additions and 2 deletions

View File

@@ -17,8 +17,12 @@
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: 0.0;
background-color: grey;
background-color: rgba(0,0,0,0.35);
}
#fadeDummy {
pointer-events: none;
}
.detailContent {

View File

@@ -17,6 +17,9 @@
<core-header-panel fit mode="seamed">
{{> yield}}
</core-header-panel>
<div>
<div id="fadeDummy" cross-fade></div>
</div>
</section>
<section id="detailSection">
<div id="detailScreenFiller">