Skip to content

Commit

Permalink
Merge pull request #3259 from uswds/feature/USWDS-3256
Browse files Browse the repository at this point in the history
Issue-3256: Prevent focus outline from being overridden.
  • Loading branch information
thisisdano committed Dec 12, 2019
2 parents 71ec670 + 84081aa commit ebf0adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stylesheets/elements/_buttons.scss
Expand Up @@ -44,8 +44,8 @@ $button-stroke: inset 0 0 0 units($theme-button-stroke-width);
color: color("white");
}

&:focus,
&.usa-focus {
&:not([disabled]):focus,
&:not([disabled]).usa-focus {
outline-offset: units(0.5);
}

Expand Down

0 comments on commit ebf0adc

Please sign in to comment.