Skip to content

Commit 66fbaf9

Browse files
authored
CORE-1068: Add border to selected country (#1655)
[CORE-1068]
1 parent 8d09a45 commit 66fbaf9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/newflow.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,11 @@ $very-narrow: 37rem * $scale-factor;
626626
color: #666;
627627
}
628628

629+
// Add contrasting border to active item for accessibility
630+
.iti__highlight {
631+
border: thin solid #888;
632+
}
633+
629634
input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="radio"]):not([type="checkbox"]),
630635
textarea {
631636
border-color: #949494;

0 commit comments

Comments
 (0)