Skip to content

Commit

Permalink
add white outline to triangle (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewatermethod authored Aug 25, 2021
1 parent c1b89ae commit 0871700
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion frontend/src/widgets/TotalHrsAndGranteeGraph.css
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 0871700

Please sign in to comment.