app/assets/stylesheets/uswds/elements/_inputs.scss in uswds-rails-1.4.2 vs app/assets/stylesheets/uswds/elements/_inputs.scss in uswds-rails-1.4.3

- old
+ new

@@ -223,10 +223,10 @@ background-repeat: no-repeat; } [type=radio]:focus + label::before { outline: $focus-outline; - outline-offset: 5px; + outline-offset: $focus-spacing * 2; // Double the offset to account for circular shape } [type=checkbox]:disabled + label { color: $color-gray-lighter; }