mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fixed overeager modal selection on PlayHeroesModal.
This commit is contained in:
parent
f50898ddf5
commit
6880a9621e
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue