Fixes glitch on iOS safari
This commit is contained in:
parent
6e1a06d07f
commit
65fd92b991
|
@ -18,9 +18,9 @@
|
||||||
<div class='info'></div>
|
<div class='info'></div>
|
||||||
<div class='tones'>
|
<div class='tones'>
|
||||||
{{#each skinTones as |skinTone|}}
|
{{#each skinTones as |skinTone|}}
|
||||||
<button class='tones-button {{skinTone.className}}' data-skin-tone="{{skinTone.level}}">
|
<a href='#' class='tones-button {{skinTone.className}}' data-skin-tone="{{skinTone.level}}">
|
||||||
{{#if skinTone.selected}}{{fa-icon "check"}}{{/if}}
|
{{#if skinTone.selected}}{{fa-icon "check"}}{{/if}}
|
||||||
</button>
|
</a>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
<div class='nav'>
|
<div class='nav'>
|
||||||
|
|
|
@ -131,6 +131,7 @@ table.emoji-page td {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.emoji-modal .tones-button.default { background: #ffcc4d; }
|
.emoji-modal .tones-button.default { background: #ffcc4d; }
|
||||||
.emoji-modal .tones-button.light { background: #f7dece; }
|
.emoji-modal .tones-button.light { background: #f7dece; }
|
||||||
|
|
Loading…
Reference in New Issue