From 412567090592f88752201d0fbabf0a9c60d4d52b Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Fri, 27 Mar 2020 19:48:15 +0100 Subject: Clean unused commented CSS --- .../kotlin/org/luxons/sevenwonders/ui/components/game/ProductionBar.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'sw-ui-kt/src/main/kotlin') 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) -- cgit