Skip to content

Commit

Permalink
Use background instead of background-image for linear-gradient support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBnl authored Jun 17, 2019
1 parent bbfc850 commit 858fd1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<ul $AttributesHTML>
<li class="$Class">
<input name="$Name" type="hidden" value="$InputValue" />
<label for="$ID" style="background-color: $AttrValue"></label>
<label for="$ID" style="background: $AttrValue"></label>
</li>
</ul>

0 comments on commit 858fd1f

Please sign in to comment.