mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-27 11:06:50 +03:00
Fix lint issues
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
53873c03fc
commit
b7842e0c4c
@ -139,11 +139,6 @@
|
||||
{/if}
|
||||
|
||||
<style lang="scss">
|
||||
.close-button {
|
||||
position: absolute;
|
||||
top: 0.7rem;
|
||||
right: 0.7rem;
|
||||
}
|
||||
.state-name {
|
||||
text-decoration: underline;
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
<Label label={board.string.DropFileToUpload} />
|
||||
</div>
|
||||
<div
|
||||
style:opacity={0.3}
|
||||
style:opacity="0.3"
|
||||
style:pointer-events="none"
|
||||
class="abs-full-content background-theme-content-accent h-full w-full flex-center fs-title" />
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user