Fixed toggle transition

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
djordje vlaisavljevic 2021-12-02 18:49:01 +01:00
parent 6f9fd79120
commit 1a3b78bbff

View File

@ -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);
}