Skip to content

Commit

Permalink
Even nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Aug 30, 2022
1 parent 361fead commit 708a51f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,20 @@ span.help + p.help {

ul.icon-picker {
columns: 4;
width: 400px;
width: 300px;
li {
margin: 4px 0;
line-height: 70px;
padding: 8px;
input {
display: none;
&:checked + img{
background-color: #64A03C66;
border: 2px solid #64A03C;
}
}
img{
border: 2px solid #dddddd;
width: 50px;
height: 50px;
padding: 8px;
cursor: pointer;
}
Expand Down

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 @@ -7,9 +7,7 @@
{% if widget.value %}
<img src="/goodicons/impact/{{ widget.value }}-impact.svg" alt="{{ widget.label }}">
{% else %}
<span>
{% trans "Default" %}
</span>
<img src="/goodicons/impact/default-impact.svg" alt="Default">
{% endif %}
</label>
{% endif %}

0 comments on commit 708a51f

Please sign in to comment.