mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
use unicode & icon-repeat to solve character support issue, temporary
solution to #868
This commit is contained in:
parent
33749af7c8
commit
81dbaaef67
2 changed files with 2 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ for $stage in $stages
|
|||
opacity: 0.2
|
||||
|
||||
label:after
|
||||
content: '◻'
|
||||
content: '\25A2'
|
||||
label:before
|
||||
position: absolute
|
||||
left: 0
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<!-- left-hand size commands -->
|
||||
<div class="task-controls">
|
||||
{#if @reroll}
|
||||
<a class="task-action-btn btn-reroll" data-toggle="modal" data-target="#reroll-modal">⟲</a>
|
||||
<a class="task-action-btn btn-reroll" data-toggle="modal" data-target="#reroll-modal"><i class='icon-repeat'></i></a>
|
||||
{else}
|
||||
<a class="money btn-buy item-btn" x-bind=click:buyItem data-type={:item.type} data-value={:item.value} data-index={:item.index}>
|
||||
<span class="reward-cost">{:item.value}</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue