Fix lint issues

Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
Anna No 2022-04-13 20:59:15 +07:00
parent 53873c03fc
commit b7842e0c4c
No known key found for this signature in database
GPG Key ID: 08C11FFC23177C87
2 changed files with 1 additions and 6 deletions

View File

@ -139,11 +139,6 @@
{/if} {/if}
<style lang="scss"> <style lang="scss">
.close-button {
position: absolute;
top: 0.7rem;
right: 0.7rem;
}
.state-name { .state-name {
text-decoration: underline; text-decoration: underline;

View File

@ -56,7 +56,7 @@
<Label label={board.string.DropFileToUpload} /> <Label label={board.string.DropFileToUpload} />
</div> </div>
<div <div
style:opacity={0.3} style:opacity="0.3"
style:pointer-events="none" style:pointer-events="none"
class="abs-full-content background-theme-content-accent h-full w-full flex-center fs-title" /> class="abs-full-content background-theme-content-accent h-full w-full flex-center fs-title" />
{/if} {/if}