mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1303 from appwrite/mock-numbers-review
chore: review commetns
This commit is contained in:
@@ -23,9 +23,13 @@
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<style>
|
||||
[class^='icon-']::before,
|
||||
[class*=' icon-']::before {
|
||||
vertical-align: baseline;
|
||||
<style lang="scss">
|
||||
.icon-info,
|
||||
.icon-exclamation-circle,
|
||||
.icon-check-circle,
|
||||
.icon-exclamation {
|
||||
&::before {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
autocomplete={autocomplete ? 'on' : 'off'}
|
||||
bind:value
|
||||
bind:this={element}
|
||||
style:--amount-of-buttons={$$slots.options ? 1 : 0}
|
||||
on:invalid={handleInvalid} />
|
||||
{#if $$slots.options}
|
||||
<div class="options-list">
|
||||
|
||||
Reference in New Issue
Block a user