aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/list-group.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/list-group.less b/less/list-group.less
index 1946bf59f..7d857cfd3 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;