mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 10:52:45 +08:00
UX: add transition (#23034)
This commit is contained in:
parent
ca1671023a
commit
cd5a9a2775
|
@ -72,6 +72,8 @@
|
|||
}
|
||||
|
||||
&.-emoji {
|
||||
transition: transform 0.1s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
}
|
||||
|
||||
.chat-composer-dropdown__trigger-btn {
|
||||
transition: transform 0.1s ease-in-out;
|
||||
.d-icon {
|
||||
padding: 5px;
|
||||
transition: transform 0.1s ease-in-out;
|
||||
|
|
Loading…
Reference in New Issue
Block a user