mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 15:32:26 +08:00
UX: improved animation (#23145)
This commit is contained in:
parent
b4811fbda5
commit
a2f5b1b101
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-composer-dropdown__trigger-btn {
|
.chat-composer-dropdown__trigger-btn {
|
||||||
transition: transform 0.1s ease-in-out;
|
transition: transform 0.25s ease-in-out;
|
||||||
.d-icon {
|
.d-icon {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
transition: transform 0.1s ease-in-out;
|
transition: transform 0.1s ease-in-out;
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
&[aria-expanded="true"] {
|
&[aria-expanded="true"] {
|
||||||
.d-icon {
|
.d-icon {
|
||||||
transform: rotate(45deg);
|
transform: rotate(135deg);
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user