Fix rogue mouse cursor on form labels
parent
a4d3056402
commit
f9a12f7223
|
@ -69,6 +69,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.form-group label,
|
||||||
|
.form-group label:hover {
|
||||||
|
cursor: $cc-default;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Generic Empty State
|
Generic Empty State
|
||||||
|
|
Loading…
Reference in New Issue