mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
fix: hover state on reload btn (#7188)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
v-if="showUpdatePill"
|
v-if="showUpdatePill"
|
||||||
type="outlined"
|
type="outlined"
|
||||||
native-type="button"
|
native-type="button"
|
||||||
class="!h-[34px] text-sm !transition-[opacity,transform,background-color,color,filter] !duration-200 ease-out !text-brand [&>svg]:!text-brand !shadow-[inset_0_0_0_1px_var(--color-brand)] hover:!bg-brand focus-visible:!bg-brand hover:!text-[var(--color-accent-contrast)] focus-visible:!text-[var(--color-accent-contrast)]"
|
class="!h-[34px] text-sm !transition-[opacity,transform,background-color,color,filter] !duration-200 ease-out !text-brand [&>svg]:!text-inherit !shadow-[inset_0_0_0_1px_var(--color-brand)] hover:!bg-brand focus-visible:!bg-brand hover:!text-[var(--color-accent-contrast)] focus-visible:!text-[var(--color-accent-contrast)]"
|
||||||
:class="{
|
:class="{
|
||||||
'opacity-0 scale-[0.96]': finishedDownloading && !animateReadyPill,
|
'opacity-0 scale-[0.96]': finishedDownloading && !animateReadyPill,
|
||||||
'opacity-100 scale-100': finishedDownloading && animateReadyPill,
|
'opacity-100 scale-100': finishedDownloading && animateReadyPill,
|
||||||
|
|||||||
Reference in New Issue
Block a user