From 543bdbd40f42d5b5118769983e817bf0ee50e995 Mon Sep 17 00:00:00 2001 From: Neha Gupta <45184761+msnehagup@users.noreply.github.com> Date: Fri, 3 May 2019 18:13:26 -0700 Subject: [PATCH] Minor changes (#171) * Update arm template url * Hide borders on hover --- .../ClientApp/src/components/ItemList/ItemList.scss | 3 +++ ServerlessLibraryAPI/wwwroot/items.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ServerlessLibraryAPI/ClientApp/src/components/ItemList/ItemList.scss b/ServerlessLibraryAPI/ClientApp/src/components/ItemList/ItemList.scss index c2d3590..7c076fa 100644 --- a/ServerlessLibraryAPI/ClientApp/src/components/ItemList/ItemList.scss +++ b/ServerlessLibraryAPI/ClientApp/src/components/ItemList/ItemList.scss @@ -14,6 +14,9 @@ .libraryitemContainer { padding-left: 16px; &:hover { + margin-top: -1px; + margin-bottom: 1px; + background-color: white; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); } } diff --git a/ServerlessLibraryAPI/wwwroot/items.json b/ServerlessLibraryAPI/wwwroot/items.json index 03f4007..79bdae8 100644 --- a/ServerlessLibraryAPI/wwwroot/items.json +++ b/ServerlessLibraryAPI/wwwroot/items.json @@ -572,7 +572,7 @@ "id": "158e3bb9-beff-46f5-a657-0e2fd48a3b43", "createddate": "2018-12-05", "title": "MQTT: Publish and Subscribe", - "template": "https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt.Example/blob/master/azuredeploy.json", + "template": "https://raw.githubusercontent.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt.Example/master/azuredeploy.json", "repository": "https://github.com/keesschollaart81/CaseOnline.Azure.WebJobs.Extensions.Mqtt", "description": "Trigger your function by- and publish messages to your MQTT topics", "language": "C#",