hide "learn markdown" unless you're editing the topic card desc
This commit is contained in:
parent
322da431eb
commit
9471efb6bd
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ $mid-gray-opacity: rgba(66, 66, 66, 0.6);
|
||||||
a.mdSupport {
|
a.mdSupport {
|
||||||
color: #4fb5c0;
|
color: #4fb5c0;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.riek-editing + .mdSupport {
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.CardOnGraph.hasAttachment .scroll {
|
.CardOnGraph.hasAttachment .scroll {
|
||||||
|
|
Loading…
Add table
Reference in a new issue