bootstrap: Rescue cursor definitions on label, button.

This commit is contained in:
Karl Stolley
2025-04-03 14:47:08 -05:00
committed by Tim Abbott
parent 0fb2783c68
commit a9fa087f60
2 changed files with 7 additions and 5 deletions

View File

@@ -40,11 +40,6 @@ input::-moz-focus-inner {
}
button {
-webkit-appearance: button;
cursor: pointer;
}
label,
button {
cursor: pointer;
}
p {
margin: 0 0 10px;