Fix rogue mouse cursor on form labels

pull/1124/head
Alex P 2017-03-31 09:49:19 -07:00
parent a4d3056402
commit f9a12f7223
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@
} }
} }
} }
.form-group label,
.form-group label:hover {
cursor: $cc-default;
}
/* /*
Generic Empty State Generic Empty State