diff --git a/src/scss/buttons.scss b/src/scss/buttons.scss index f132a4a..f0cc184 100644 --- a/src/scss/buttons.scss +++ b/src/scss/buttons.scss @@ -26,7 +26,7 @@ background-position: 50% 50%; background-repeat: no-repeat; } - &:focus { + &:focus:not(:active) { outline: none; background-size: 1000%; transition: all 1s $cubic;