aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-13 04:04:16 -0800
committerMark Otto <[email protected]>2013-01-13 04:04:16 -0800
commit1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc (patch)
tree69b58ea1463a02b2ac499999bdf764ab903857e5 /less/buttons.less
parent0b31cfc90e1f3ca0f10dd188bf268cca470882f6 (diff)
downloadbootstrap-1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc.tar.xz
bootstrap-1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc.zip
Fix btn link hover and tweak dropdown border/shadows
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 {