summaryrefslogtreecommitdiff
path: root/sw-ui-kt/src/main
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-03-27 19:48:15 +0100
committerJoffrey Bion <joffrey.bion@booking.com>2020-03-27 19:48:15 +0100
commit412567090592f88752201d0fbabf0a9c60d4d52b (patch)
treeb82278a0d96c459beb8ef5efaaec14a785a1c4eb /sw-ui-kt/src/main
parentMove settings.gradle to Kotlin (diff)
downloadseven-wonders-412567090592f88752201d0fbabf0a9c60d4d52b.tar.gz
seven-wonders-412567090592f88752201d0fbabf0a9c60d4d52b.tar.bz2
seven-wonders-412567090592f88752201d0fbabf0a9c60d4d52b.zip
Clean unused commented CSS
Diffstat (limited to 'sw-ui-kt/src/main')
-rw-r--r--sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt
index f435a572..773e9835 100644
--- a/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt
+++ b/sw-ui-kt/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt
@@ -131,7 +131,6 @@ private fun getTokenName(resourceType: ResourceType)= "resources/${resourceType.
private fun CSSBuilder.productionBarStyle() {
alignItems = Align.center
- // background = "lightgray"
background = "linear-gradient(#eaeaea, #888 7%)"
bottom = 0.px
borderTop(width = 1.px, color = Color("#8b8b8b"), style = BorderStyle.solid)
bgstack15