diff --git a/src/stylesheets/elements/_buttons.scss b/src/stylesheets/elements/_buttons.scss index 633344a78c..ad86665154 100644 --- a/src/stylesheets/elements/_buttons.scss +++ b/src/stylesheets/elements/_buttons.scss @@ -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); }