mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 04:55:46 +08:00
Fixes glitch on iOS safari
This commit is contained in:
parent
6e1a06d07f
commit
65fd92b991
@ -18,9 +18,9 @@
|
||||
<div class='info'></div>
|
||||
<div class='tones'>
|
||||
{{#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}}
|
||||
</button>
|
||||
</a>
|
||||
{{/each}}
|
||||
</div>
|
||||
<div class='nav'>
|
||||
|
@ -131,6 +131,7 @@ table.emoji-page td {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.emoji-modal .tones-button.default { background: #ffcc4d; }
|
||||
.emoji-modal .tones-button.light { background: #f7dece; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user