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,7 +4,8 @@
|
|||
$heroCanvasHeight: 265px
|
||||
|
||||
#play-heroes-modal
|
||||
|
||||
@include user-select(none)
|
||||
|
||||
//- Clear modal defaults
|
||||
|
||||
.modal-dialog
|
||||
|
@ -187,6 +188,7 @@ $heroCanvasHeight: 265px
|
|||
|
||||
.hero-stats
|
||||
color: white
|
||||
@include user-select(initial)
|
||||
|
||||
h2
|
||||
margin-top: 0px
|
||||
|
@ -261,6 +263,9 @@ $heroCanvasHeight: 265px
|
|||
|
||||
//- Different footer states
|
||||
|
||||
#hero-footer
|
||||
@include user-select(initial)
|
||||
|
||||
#purchasable-hero-explanation, #loading-hero-explanation
|
||||
position: absolute
|
||||
left: 32px
|
||||
|
|
Loading…
Reference in a new issue