mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
fix issue #1874
This commit is contained in:
parent
8223122a6b
commit
dedc13f749
2 changed files with 5 additions and 4 deletions
app
|
@ -60,10 +60,8 @@
|
|||
a[disabled] .level
|
||||
opacity: 0.7
|
||||
|
||||
a.complete .level-difficulty:after
|
||||
content: " - Complete!"
|
||||
a .level-difficulty .level-status-complete
|
||||
color: $yellow
|
||||
|
||||
a.started .level-difficulty:after
|
||||
content: " - Started"
|
||||
a .level-difficulty .level-status-started
|
||||
color: desaturate($yellow, 50%)
|
||||
|
|
|
@ -23,5 +23,8 @@ block content
|
|||
if playCount
|
||||
span.spl.spr - #{playCount.sessions}
|
||||
span(data-i18n="play.players") players
|
||||
if view.levelStatusMap[level.id]
|
||||
| -
|
||||
span(class="level-status-#{view.levelStatusMap[level.id]}", data-i18n="play.level_status_#{view.levelStatusMap[level.id]}") #{view.levelStatusMap[level.id]}
|
||||
.play-text-container
|
||||
.overlay-text.play-text(data-i18n="common.play") Play
|
||||
|
|
Loading…
Add table
Reference in a new issue