From b859406bd5a4ed0e79c9589fd70b01829c18a11b Mon Sep 17 00:00:00 2001 From: Jai Bhagat Date: Fri, 17 Dec 2021 10:20:13 -0500 Subject: [PATCH] styling: fix opacity for last child in the list --- ui/app/styles/core/breadcrumb.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/styles/core/breadcrumb.scss b/ui/app/styles/core/breadcrumb.scss index f2b2f1413..2b0ddd8b7 100644 --- a/ui/app/styles/core/breadcrumb.scss +++ b/ui/app/styles/core/breadcrumb.scss @@ -19,7 +19,7 @@ font-size: x-large; } - li.is-active a { + li:last-child a.active { opacity: 1; }