summaryrefslogtreecommitdiff
path: root/paper/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r--paper/bootswatch.less9
1 files changed, 4 insertions, 5 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less
index ca8ae0bb..63a9d946 100644
--- a/paper/bootswatch.less
+++ b/paper/bootswatch.less
@@ -38,14 +38,13 @@
#btn(@class,@bg) {
.btn-@{class} {
- #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 {