diff --git a/sass/_helper-sass/_buttons.scss b/sass/_helper-sass/_buttons.scss index 85ed9aae..7f4e4e5c 100644 --- a/sass/_helper-sass/_buttons.scss +++ b/sass/_helper-sass/_buttons.scss @@ -14,7 +14,7 @@ text-align:center; text-decoration:none!important; // set to !important so that if used inside of a .nav, no decoration doesn't get overridden text-shadow:0 1px 1px rgba(0,0,0,.4); - @include vendor(transition, all .25s ease-in-out 0s); + @include vendor(transition, none!important); vertical-align:middle; -webkit-appearance:none; @@ -24,7 +24,7 @@ &:hover, &:active{ background:$c-Darker; - color:$c-Lighter + color:$c-Lighter; } &:visited{color:$c-Lighter;} @@ -78,14 +78,14 @@ // ---------------------------------------------------------------- .btn-Action{@extend %btn; background:$c-Btn-1; - @include linear-gradient(top, #e93250, #b11f36); + @include linear-gradient(top, #e93250, #b11f36); - &:hover{ - @include linear-gradient(top, #d51c3a, #841526); - } - .fa { - margin-right:5px; - } + &:hover, &:active { + @include linear-gradient(top, #d51c3a, #841526); + } + .fa { + margin-right:5px; + } } .btn-Action-2{@extend %btn; background:$c-Btn-2; diff --git a/views/home.erb b/views/home.erb index 5c1492c7..01a0f52b 100644 --- a/views/home.erb +++ b/views/home.erb @@ -12,7 +12,7 @@

Your Site

- Edit Site + Edit Site