0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed registration flow SVG stroke color

no refs.
- fixes a visual bug that the checkmark icon's stroke color during the registration flow was #000. The bug was a sideeffect to the latest ember-svg-jar module update.
This commit is contained in:
Peter Zimon 2019-09-05 09:22:49 +02:00
parent 7d38c24b27
commit 75035890f1

View file

@ -118,6 +118,10 @@
stroke-width: 2px;
}
.gh-flow-nav .step svg path {
stroke: #fff;
}
.gh-flow-nav .active ~ li:not(divider) .step {
border: #e3e3e3 2px solid;
background: transparent;