mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #14030 from BBosman/double-cursor
Remove superfluous cursor:pointer
This commit is contained in:
commit
13426c18a3
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
@ -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,
|
||||||
|
1
docs/dist/css/bootstrap.css
vendored
1
docs/dist/css/bootstrap.css
vendored
@ -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 @@
|
|||||||
.btn-link {
|
.btn-link {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
cursor: pointer;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
&,
|
&,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user