diff --git a/app/assets/stylesheets/newflow.scss b/app/assets/stylesheets/newflow.scss index 7b87f14e3..b08b4e702 100644 --- a/app/assets/stylesheets/newflow.scss +++ b/app/assets/stylesheets/newflow.scss @@ -622,6 +622,11 @@ $very-narrow: 37rem * $scale-factor; color: #666; } + // Add contrasting border to active item for accessibility + .iti__highlight { + border: thin solid #888; + } + input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="radio"]):not([type="checkbox"]), textarea { border-color: #949494;