diff options
| author | Bas Bosman <[email protected]> | 2014-07-03 13:17:14 +0200 |
|---|---|---|
| committer | Bas Bosman <[email protected]> | 2014-07-03 13:17:14 +0200 |
| commit | 497597808319c74fe52aff1be41c0695ae40ee71 (patch) | |
| tree | f0e39b8d7fd5697ff99580eebd957aaa72ff5d01 | |
| parent | 23dd323da1dbb84da8aa64451303009684ac8a65 (diff) | |
| download | bootstrap-497597808319c74fe52aff1be41c0695ae40ee71.tar.xz bootstrap-497597808319c74fe52aff1be41c0695ae40ee71.zip | |
Remove superfluous cursor:pointer
| -rw-r--r-- | dist/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | docs/dist/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/buttons.less | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c2b4f1a6f..727a1eadd 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 c2b4f1a6f..727a1eadd 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 492bdc65a..b6a7c31d0 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; &, |
