aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 2e7a182f2..f7b99b1e7 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -183,11 +183,15 @@ fieldset[disabled] .btn-link {
background-image: none;
.box-shadow(none);
}
+.btn-link,
+.btn-link:hover,
+.btn-link:active {
+ border-color: transparent;
+}
.btn-link {
color: @link-color;
font-weight: normal;
cursor: pointer;
- border-color: transparent;
border-radius: 0;
}
.btn-link:hover {