Skip to content

Commit fc03aa5

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 f366b85 commit fc03aa5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

abstract.hbs

+11
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,15 @@
1010
a successful implemention of every feature, including the ability to
1111
host multiple statuses in a single list.
1212
</p>
13+
14+
<style>
15+
/* The "At Risk" section is currently hidden due to the above claim */
16+
.tocxref[href="#At Risk"],
17+
section#At\ Risk {
18+
display: none;
19+
}
20+
.at-risk {
21+
outline: none;
22+
}
23+
</style>
1324
</section>

0 commit comments

Comments
 (0)