Skip to content
Snippets Groups Projects
Commit 9f7f42ad authored by Robert Goldmann's avatar Robert Goldmann
Browse files

client: v1.4.3; fixed icon color

parent 46c2b2b4
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,10 @@
line-height: 48px !important;
}
.roadmapHidden i {
color: #343434;
}
.milestone-content .collapsible-header {
line-height: 45px !important;
padding: 0 1rem;
......
......@@ -34,9 +34,9 @@
<tr>
<td>{{ roadmap["ID"] }}</td>
{% if roadmap["Hidden"] %}
<td><i class="material-icons left">lock</i></td>
<td class="roadmapHidden"><i class="material-icons left">lock</i></td>
{% else %}
<td><i class="material-icons left">public</i></td>
<td class="roadmapHidden"><i class="material-icons left">public</i></td>
{% endif %}
<td>
......
{
"version": {
"name": "v1.4.2",
"code": 17,
"name": "v1.4.3",
"code": 18,
"date": "21.11.20"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment