Commit 13426c18 authored by Mark Otto's avatar Mark Otto

Merge pull request #14030 from BBosman/double-cursor

Remove superfluous cursor:pointer
parents 23dd323d 49759780
...@@ -3037,7 +3037,6 @@ fieldset[disabled] .btn-danger.active { ...@@ -3037,7 +3037,6 @@ fieldset[disabled] .btn-danger.active {
.btn-link { .btn-link {
font-weight: normal; font-weight: normal;
color: #428bca; color: #428bca;
cursor: pointer;
border-radius: 0; border-radius: 0;
} }
.btn-link, .btn-link,
......
...@@ -3037,7 +3037,6 @@ fieldset[disabled] .btn-danger.active { ...@@ -3037,7 +3037,6 @@ fieldset[disabled] .btn-danger.active {
.btn-link { .btn-link {
font-weight: normal; font-weight: normal;
color: #428bca; color: #428bca;
cursor: pointer;
border-radius: 0; border-radius: 0;
} }
.btn-link, .btn-link,
......
...@@ -85,7 +85,6 @@ ...@@ -85,7 +85,6 @@
.btn-link { .btn-link {
color: @link-color; color: @link-color;
font-weight: normal; font-weight: normal;
cursor: pointer;
border-radius: 0; border-radius: 0;
&, &,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment