UX: micro animations chat input (#23030)
This commit is contained in:
parent
ac85520813
commit
a846226e92
|
@ -72,6 +72,9 @@
|
|||
}
|
||||
|
||||
&.-emoji {
|
||||
&:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.d-icon {
|
||||
.is-focused & {
|
||||
color: var(--tertiary);
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue