From 41dad0d125f40c2f4fac25c7fc53938c8018aeec Mon Sep 17 00:00:00 2001 From: Matt Bevilacqua Date: Wed, 25 Aug 2021 13:16:16 -0400 Subject: [PATCH] add white outline to triangle --- frontend/src/widgets/TotalHrsAndGranteeGraph.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/src/widgets/TotalHrsAndGranteeGraph.css b/frontend/src/widgets/TotalHrsAndGranteeGraph.css index c8f2168195..5269853450 100644 --- a/frontend/src/widgets/TotalHrsAndGranteeGraph.css +++ b/frontend/src/widgets/TotalHrsAndGranteeGraph.css @@ -70,8 +70,20 @@ width: 0; right: 4rem; top: 17px; + z-index: 2; +} +.ttahub--total-hrs-grantee-graph-legend .usa-checkbox.triangle::before { + content: ''; + border-left: 11px solid transparent; + border-right: 11px solid transparent; + border-bottom: 11px solid white; + height: 0; + width: 0; + position: absolute; + right: calc(4rem - 1px); + top: 16px; + z-index: 2; } - @media(max-width: 1500px){