From febe6da4a2c85b8fdda7c80bd7626e8a3f54536f Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Fri, 10 Feb 2017 10:31:22 -0500 Subject: [PATCH] [NIFI-3459] remove blue higlighting from bread crumbs This closes #1500. --- .../nifi-web/nifi-web-ui/src/main/webapp/css/common-ui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/common-ui.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/common-ui.css index 65847032b1..453be80ec8 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/common-ui.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/common-ui.css @@ -294,6 +294,10 @@ div.ajax-error:before { cursor: move; } +span.link:focus { + outline: none; +} + span.link { cursor: pointer; color: #004849; /*link-color*/