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; &,