Skip to content

Commit

Permalink
chore: add more transition state
Browse files Browse the repository at this point in the history
  • Loading branch information
michielnijenhuis committed Aug 12, 2024
1 parent d737ead commit ffefaf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuxt/components/Atoms/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const classes = computed(() => {
padding: var(--space-4) var(--space-8);
border-radius: var(--space-2);
cursor: pointer;
transition: var(--transition-state);
user-select: none;
&:disabled {
Expand Down
2 changes: 2 additions & 0 deletions nuxt/components/Molecules/Form/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const clearInput = () => {
flex-wrap: nowrap;
align-items: center;
gap: var(--space-8);
transition: var(--transition-state);
&.file {
justify-content: space-between;
Expand Down Expand Up @@ -161,6 +162,7 @@ const clearInput = () => {
.icon {
height: 1.25em;
z-index: 2;
transition: var(--transition-state);
&:hover {
color: var(--blues-blue);
Expand Down

0 comments on commit ffefaf2

Please sign in to comment.