diff --git a/src/components/button/_button.scss b/src/components/button/_button.scss index 0a85275f48..6fbe515620 100644 --- a/src/components/button/_button.scss +++ b/src/components/button/_button.scss @@ -136,8 +136,8 @@ $button-shadow-size: 3px; &--secondary &, &--secondary:active &, &--secondary.active &, - &--secondary:active:focus & - &--secondary.active:focus { + &--secondary:active:focus &, + &--secondary.active:focus & { &__inner { background: var(--ons-color-button-secondary); color: var(--ons-color-text);