diff --git a/less/list-group.less b/less/list-group.less index 1946bf59f3..7d857cfd3a 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -74,7 +74,8 @@ a.list-group-item { &.disabled:focus { background-color: @list-group-disabled-bg; color: @list-group-disabled-color; - + cursor: not-allowed; + // Force color to inherit for custom content .list-group-item-heading { color: inherit;