mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Fixed toggle transition
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
6f9fd79120
commit
1a3b78bbff
@ -36,7 +36,7 @@
|
||||
.kg-toggle-heading svg {
|
||||
width: 14px;
|
||||
color: rgba(124, 139, 154, 0.5);
|
||||
transition: transform 0.3s;
|
||||
transition: padding 0.1s ease-in;
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user