Merge pull request #1144 from metamaps/feature/hide-learn-markdown

hide "learn markdown" unless you're editing the topic card desc
This commit is contained in:
Connor Turland 2017-09-25 14:46:44 -04:00 committed by GitHub
commit 0ffc01b3fb

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 {