Skip to content

Commit e62cd4a

Browse files
committed
Hide At Risk section to accomodate claim.
The claim made in the abstract suggests that all features are implemented, consequently, even features shown with a single implementer are no longer at risk. However, this change should be reverted once data can be provided.
1 parent 7c17361 commit e62cd4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

abstract.hbs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,15 @@
1515
a successful implementation of every feature, including the ability to
1616
host multiple statuses in a single list.
1717
</p>
18+
19+
<style>
20+
/* The "At Risk" section is currently hidden due to the above claim */
21+
.tocxref[href="#At Risk"],
22+
section#At\ Risk {
23+
display: none;
24+
}
25+
.at-risk {
26+
outline: none;
27+
}
28+
</style>
1829
</section>

0 commit comments

Comments
 (0)