style updates [icon color change, drag hover]

- changed color of help icon
- added hover color to drag container
This commit is contained in:
Joe 2024-11-29 09:31:43 +00:00
parent ff4eb7bc5a
commit 9ff9569ad2
3 changed files with 9 additions and 2 deletions

View File

@ -159,7 +159,11 @@
<Tag icon="LockClosed">Premium</Tag>
</Tags>
{:else if isDisabled}
<Icon name="Help" tooltip={disabled()[idx].message} />
<Icon
name="Help"
tooltip={disabled()[idx].message}
color="var(--spectrum-global-color-gray-700)"
/>
{/if}
</div>
</div>

View File

@ -410,6 +410,10 @@
cursor: grab;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
transition: background 200ms ease;
}
.block.draggable .wrap .handle:hover {
background-color: var(--grey-4);
}
.block.draggable .wrap .handle.grabbing {
cursor: grabbing;

View File

@ -269,7 +269,6 @@
}
.icon-background-trigger {
background-color: #ffd230;
/*background-color: #6afdef;*/
padding: 0;
border-radius: 8px;
min-height: 32px;