summaryrefslogtreecommitdiff
path: root/paper/_bootswatch.scss
diff options
context:
space:
mode:
Diffstat (limited to 'paper/_bootswatch.scss')
-rw-r--r--paper/_bootswatch.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss
index d7af3a4b..6a125978 100644
--- a/paper/_bootswatch.scss
+++ b/paper/_bootswatch.scss
@@ -38,14 +38,13 @@
@mixin btn($class,$bg){
.btn-#{$class} {
- @include gradient-radial($bg 80%, darken($bg, 6%) 81%);
background-size: 200%;
background-position: 50%;
- transition: background-size 2s;
- &:hover {
- background-size: 100%;
- border-color: darken($bg, 6%);
+ &:hover,
+ &:active:hover,
+ &:focus {
+ background-color: darken($bg, 6%);
}
&:active {