hide "learn markdown" unless you're editing the topic card desc

This commit is contained in:
Devin Howard 2017-09-23 13:19:43 -07:00
parent 322da431eb
commit 9471efb6bd

View file

@ -127,6 +127,10 @@ $mid-gray-opacity: rgba(66, 66, 66, 0.6);
a.mdSupport {
color: #4fb5c0;
font-size: 11px;
display: none;
}
.riek-editing + .mdSupport {
display: block;
}
}
.CardOnGraph.hasAttachment .scroll {