diff --git a/scss/_buttons.scss b/scss/_buttons.scss index c3fe63e..85bdeb7 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -19,9 +19,7 @@ $rounded-button-border-radius: 10px; color: $button-border-color; font-weight: bold; text-decoration: none; -} -.framedButton:hover{ - background-color: rgba(255,255,255, 0.3); + &:hover {background-color: rgba(255,255,255, 0.3);} } @@ -30,10 +28,6 @@ $rounded-button-border-radius: 10px; @include border-radius($rounded-button-border-radius); } -.roundedButton:hover{ - @extend .framedButton:hover; -} - a a:hover a:active a:visited { color: $button-border-color; //Button with white border will have white text text-decoration: none;