From 497597808319c74fe52aff1be41c0695ae40ee71 Mon Sep 17 00:00:00 2001 From: Bas Bosman <github@nazgul.nu> Date: Thu, 3 Jul 2014 13:17:14 +0200 Subject: [PATCH] Remove superfluous cursor:pointer --- dist/css/bootstrap.css | 1 - docs/dist/css/bootstrap.css | 1 - less/buttons.less | 1 - 3 files changed, 3 deletions(-) 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; &, -- GitLab