Merge pull request #1303 from appwrite/mock-numbers-review

chore: review commetns
This commit is contained in:
Torsten Dittmann
2024-08-20 11:56:05 +02:00
committed by GitHub
2 changed files with 9 additions and 4 deletions
+8 -4
View File
@@ -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>
+1
View File
@@ -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">