From 23a85d6a7af6fdfdf59756515a760d332f51aa95 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 17:59:15 -0700 Subject: fixes #11126: remove box-shadow from open dropdown toggle with .btn-link --- less/button-groups.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'less/button-groups.less') diff --git a/less/button-groups.less b/less/button-groups.less index 43ada11d9..d236dcb8d 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -150,6 +150,11 @@ // Remove the gradient and set the same inset shadow as the :active state .btn-group.open .dropdown-toggle { .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); + + // Show no shadow for `.btn-link` since it has no other button styles. + &.btn-link { + .box-shadow(none); + } } -- cgit v1.2.3