Repository: nifi Updated Branches: refs/heads/master 1e5570d9b -> febe6da4a
[NIFI-3459] remove blue higlighting from bread crumbs This closes #1500. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/febe6da4 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/febe6da4 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/febe6da4 Branch: refs/heads/master Commit: febe6da4a2c85b8fdda7c80bd7626e8a3f54536f Parents: 1e5570d Author: Scott Aslan <[email protected]> Authored: Fri Feb 10 10:31:22 2017 -0500 Committer: Pierre Villard <[email protected]> Committed: Sat Feb 11 15:36:19 2017 +0100 ---------------------------------------------------------------------- .../nifi-web/nifi-web-ui/src/main/webapp/css/common-ui.css | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/febe6da4/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/common-ui.css ---------------------------------------------------------------------- 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 6584703..453be80 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*/
