From: Bas Bosman Date: Thu, 3 Jul 2014 11:17:14 +0000 (+0200) Subject: Remove superfluous cursor:pointer X-Git-Tag: v3.3.0~411^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14030%2Fhead;p=thirdparty%2Fbootstrap.git Remove superfluous cursor:pointer --- diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c2b4f1a6f5..727a1eadd9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3037,7 +3037,6 @@ fieldset[disabled] .btn-danger.active { .btn-link { font-weight: normal; color: #428bca; - cursor: pointer; border-radius: 0; } .btn-link, diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index c2b4f1a6f5..727a1eadd9 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3037,7 +3037,6 @@ fieldset[disabled] .btn-danger.active { .btn-link { font-weight: normal; color: #428bca; - cursor: pointer; border-radius: 0; } .btn-link, diff --git a/less/buttons.less b/less/buttons.less index 492bdc65ae..b6a7c31d05 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -85,7 +85,6 @@ .btn-link { color: @link-color; font-weight: normal; - cursor: pointer; border-radius: 0; &,