From 45bb71153514e32ea2f91585f0f15ea542f0ebc2 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 7 May 2019 14:09:57 +0100 Subject: [PATCH] ui: Uses the default cursor instead of a pointer for upstream rows (#5785) --- ui-v2/app/styles/routes/dc/service/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui-v2/app/styles/routes/dc/service/index.scss b/ui-v2/app/styles/routes/dc/service/index.scss index e69de29bb..fd6734b7b 100644 --- a/ui-v2/app/styles/routes/dc/service/index.scss +++ b/ui-v2/app/styles/routes/dc/service/index.scss @@ -0,0 +1,3 @@ +html.template-instance.template-show #upstreams table tr { + cursor: default; +}