Changes
1 changed files (+13/-1)
-
-
@@ -29,7 +29,19 @@ Object(item: item, conn: conn);} construct { this.activatable = item.item_key != null; if (item.item_key != null) { switch (item.hint) { case LIST: case ACTION: case ACTION_LIST: this.activatable = true; break; default: this.activatable = false; break; } } if (this.activatable) { this.add_css_class("card"); }
-