aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Goettelmann <[email protected]>2014-06-26 15:50:20 +0200
committerThierry Goettelmann <[email protected]>2014-06-26 15:50:20 +0200
commit76ca3677f515d1a658a3360270e31e32dafc095e (patch)
tree10b275c6ef193d6adfb52fba0d9a3ca2c7d0864c
parent1de2f68bdcecd9a1e19548fe9152ead1b5e1bad4 (diff)
downloadbootstrap-76ca3677f515d1a658a3360270e31e32dafc095e.tar.xz
bootstrap-76ca3677f515d1a658a3360270e31e32dafc095e.zip
Remove "pointer" cursor on disabled list-group-item
-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..8cf6230d1 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;