Skip to content

Commit

Permalink
Merge 44bb2b5 into 51a51e3
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Aug 30, 2022
2 parents 51a51e3 + 44bb2b5 commit 6edd290
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,19 @@ span.help + p.help {
padding-left: 0;
}
}

.icon-picker {
li {
margin: 4px 0;
input {
display: none;
&:checked + img{
background-color: #64A03C66;
}
}
img{
padding: 8px;
cursor: pointer;
}
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% for group, options, index in widget.optgroups %}
{% for option in options %}
<li>
{% include option.template_name with widget=option %}
{% include option.template_name with wrap_label=True widget=option %}
</li>
{% endfor %}
{% endfor %}
Expand Down

0 comments on commit 6edd290

Please sign in to comment.