2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
-2
View File
@@ -15,7 +15,6 @@
min-height: (1rem * $line-height-base);
padding-left: $custom-control-gutter;
margin-right: $custom-control-spacer-x;
cursor: pointer;
}
.custom-control-input {
@@ -200,7 +199,6 @@
max-width: 100%;
height: $custom-file-height;
margin-bottom: 0;
cursor: pointer;
}
.custom-file-input {