Commit 165c7889 authored by Thierry Goettelmann's avatar Thierry Goettelmann

Change cursor from "default" to "not-allowed" if disabled

parent 76ca3677
......@@ -74,7 +74,7 @@ a.list-group-item {
&.disabled:focus {
background-color: @list-group-disabled-bg;
color: @list-group-disabled-color;
cursor: default;
cursor: not-allowed;
// Force color to inherit for custom content
.list-group-item-heading {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment