1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Remove cursor: pointer; (#21812)

* Remove most of custom cursor: pointer; implementations

* turns out that's not so much of a thing
This commit is contained in:
Mark Otto
2017-01-23 22:15:28 -08:00
committed by GitHub
parent 104477af17
commit 02e0fdbd52
6 changed files with 0 additions and 18 deletions

View File

@@ -33,7 +33,6 @@ a.badge {
@include hover-focus {
color: $badge-link-hover-color;
text-decoration: none;
cursor: pointer;
}
}
// scss-lint:enable QualifyingElement