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:
parent
7d38c24b27
commit
75035890f1
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@
|
||||||
stroke-width: 2px;
|
stroke-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-flow-nav .step svg path {
|
||||||
|
stroke: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-flow-nav .active ~ li:not(divider) .step {
|
.gh-flow-nav .active ~ li:not(divider) .step {
|
||||||
border: #e3e3e3 2px solid;
|
border: #e3e3e3 2px solid;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue