From: Thierry Goettelmann Date: Thu, 26 Jun 2014 13:50:20 +0000 (+0200) Subject: Remove "pointer" cursor on disabled list-group-item X-Git-Tag: v3.3.0~430^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ca3677f515d1a658a3360270e31e32dafc095e;p=thirdparty%2Fbootstrap.git Remove "pointer" cursor on disabled list-group-item --- diff --git a/less/list-group.less b/less/list-group.less index 1946bf59f3..8cf6230d1f 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: default; + // Force color to inherit for custom content .list-group-item-heading { color: inherit;