mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +01: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;
|
transition: transform 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
#compose-button[hidden] .icon {
|
#compose-button[hidden] .icon {
|
||||||
transform: rotate3d(0, 1, 0, 180deg);
|
transform: rotate3d(0, 0, 1, -25deg);
|
||||||
}
|
}
|
||||||
#compose-button:is(:hover, :focus) {
|
#compose-button:is(:hover, :focus) {
|
||||||
background-color: var(--button-bg-color);
|
background-color: var(--button-bg-color);
|
||||||
|
|
Loading…
Reference in a new issue