diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss
index ad397449fc8fa5029d599e041394e8dea7e214c8..f7ec5764e7bd317e1d6e21cb06472c2d38370abf 100644
--- a/scss/mixins/_buttons.scss
+++ b/scss/mixins/_buttons.scss
@@ -9,7 +9,6 @@
   border-color: $border;
   @include box-shadow($btn-box-shadow);
 
-  // Hover and focus styles are shared
   &:hover {
     @include color-yiq($background);
     background-color: $active-background;