Skip to content

Commit

Permalink
Sync up #8535
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Aug 21, 2024
1 parent 7751f41 commit 9873e3d
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,21 @@ main.college-costs {
}

&[data-state_usingnetprice='no'] {
[data-state-based-visibility='using-net-price'] {
display: block;
}

span[data-state-based-visibility='using-net-price'] {
display: inline;
}
}

&[data-state_investigation='yes'] {
[data-state-based-visibility='investigation'] {
display: block;
}
li[data-state-based-visibility='investigation'] {
display: list-item;
}
}
}

0 comments on commit 9873e3d

Please sign in to comment.