mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +03:00
Less fancy transition for compose button icon
This commit is contained in:
parent
f511b0a5ab
commit
abed50a64e
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ button.carousel-dot:is(.active, [disabled].active) {
|
|||
transition: transform 0.3s ease-in-out;
|
||||
}
|
||||
#compose-button[hidden] .icon {
|
||||
transform: rotate3d(0, 1, 0, 180deg);
|
||||
transform: rotate3d(0, 0, 1, -25deg);
|
||||
}
|
||||
#compose-button:is(:hover, :focus) {
|
||||
background-color: var(--button-bg-color);
|
||||
|
|
Loading…
Reference in a new issue