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:
@@ -17,8 +17,12 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: black;
|
background-color: grey;
|
||||||
opacity: 0.0;
|
background-color: rgba(0,0,0,0.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
#fadeDummy {
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailContent {
|
.detailContent {
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
<core-header-panel fit mode="seamed">
|
<core-header-panel fit mode="seamed">
|
||||||
{{> yield}}
|
{{> yield}}
|
||||||
</core-header-panel>
|
</core-header-panel>
|
||||||
|
<div>
|
||||||
|
<div id="fadeDummy" cross-fade></div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="detailSection">
|
<section id="detailSection">
|
||||||
<div id="detailScreenFiller">
|
<div id="detailScreenFiller">
|
||||||
|
|||||||
Reference in New Issue
Block a user