0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Moved svg arrow styles from inline to CSS file

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
djordje vlaisavljevic 2021-12-06 12:58:38 +01:00
parent 1bc64dc7e4
commit 024f735844

View file

@ -63,6 +63,15 @@
transform: rotate(-180deg);
}
.kg-toggle-heading path {
fill: none;
stroke: currentcolor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.5;
fill-rule: evenodd;
}
.kg-toggle-heading-text {
margin-top: 0;
margin-bottom: 0;