Skip to content

Commit

Permalink
Merge branch 'main' into refactor(frontend)/remove-deprecated-logged-…
Browse files Browse the repository at this point in the history
…out-status-in-Transactions
  • Loading branch information
AntonioVentilii-DFINITY authored Nov 5, 2024
2 parents 2d1da2a + 7cd5f5b commit 68e700a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</div>{:else}
<button
in:blur
class="text flex gap-2 border-0 text-brand-primary"
class="text flex gap-2 border-0 text-brand-primary hover:text-brand-secondary active:text-brand-secondary"
on:click={async () => await receive()}
><IconReimbursed size="24" /> {$i18n.core.text.refresh}</button
>
Expand All @@ -102,12 +102,3 @@
</div>
</Modal>
{/if}

<style lang="scss">
button {
&:hover,
&:active {
color: var(--color-dark-blue);
}
}
</style>
2 changes: 1 addition & 1 deletion src/frontend/src/lib/styles/global/gix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

--alert-width: calc(100% - var(--padding-8x));
--alert-max-width: calc(100vw - var(--padding-4x));
--alert-max-height: calc(100vh - var(--padding-4x));
--alert-max-height: calc(100dvh - var(--padding-4x));
--alert-border-radius: var(--border-radius-xs);
--alert-padding-y: 0;
--alert-padding-x: 0;
Expand Down

0 comments on commit 68e700a

Please sign in to comment.