aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/less/components/buttons.less
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/less/components/buttons.less')
-rw-r--r--docs/src/less/components/buttons.less7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/src/less/components/buttons.less b/docs/src/less/components/buttons.less
index 4d4198bc..066011fe 100644
--- a/docs/src/less/components/buttons.less
+++ b/docs/src/less/components/buttons.less
@@ -96,13 +96,12 @@ nav {
box-shadow: inset 0 1px 0 #fff, 0 1px 1px rgba(0,0,0, .05);
text-shadow: 0 1px 1px #fff;
color: @gray;
- transition: all .3s ease;
+ transition: background .3s ease, border .3s ease, color .3s ease;
&:hover,
&:focus {
- background-color: #fff;
- border-color: darken(@gray-light, 5%);
- color: @link-color;
+ border-color: darken(@gray-light, 8%);
+ color: @gray;
outline: 0;
}
&-youtube .icon {