Fixed overeager modal selection on PlayHeroesModal.

This commit is contained in:
Nick Winter 2014-12-07 14:32:23 -08:00
parent f50898ddf5
commit 6880a9621e

View file

@ -4,6 +4,7 @@
$heroCanvasHeight: 265px $heroCanvasHeight: 265px
#play-heroes-modal #play-heroes-modal
@include user-select(none)
//- Clear modal defaults //- Clear modal defaults
@ -187,6 +188,7 @@ $heroCanvasHeight: 265px
.hero-stats .hero-stats
color: white color: white
@include user-select(initial)
h2 h2
margin-top: 0px margin-top: 0px
@ -261,6 +263,9 @@ $heroCanvasHeight: 265px
//- Different footer states //- Different footer states
#hero-footer
@include user-select(initial)
#purchasable-hero-explanation, #loading-hero-explanation #purchasable-hero-explanation, #loading-hero-explanation
position: absolute position: absolute
left: 32px left: 32px