Skip to content

Commit a6975f4

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 a6975f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

abstract.hbs

+10
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@
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+
section#At\ Risk{
17+
display: none;
18+
}
19+
.at-risk {
20+
outline: none;
21+
}
22+
</style>
1323
</section>

0 commit comments

Comments
 (0)