Skip to content

Commit

Permalink
UX: micro animations chat input (#23030)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapoi committed Aug 9, 2023
1 parent ac85520 commit a846226
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Expand Up @@ -72,6 +72,9 @@
}

&.-emoji {
&:hover {
transform: scale(1.1);
}
.d-icon {
.is-focused & {
color: var(--tertiary);
Expand Down
Expand Up @@ -25,9 +25,14 @@
border-radius: 100%;
}

&.has-active-panel {
&:hover {
transform: scale(1.1);
}

&[aria-expanded="true"] {
.d-icon {
transform: rotate(45deg);
transform-origin: center;
}
}
}
Expand Down

0 comments on commit a846226

Please sign in to comment.