aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Goettelmann <[email protected]>2014-06-26 16:31:37 +0200
committerThierry Goettelmann <[email protected]>2014-06-26 16:31:37 +0200
commit165c7889bdad142d0a9553fe7eae3abd96ec5a76 (patch)
tree119b4551960661fbb7e5cfdce490c9bbfd16383b
parent76ca3677f515d1a658a3360270e31e32dafc095e (diff)
downloadbootstrap-165c7889bdad142d0a9553fe7eae3abd96ec5a76.tar.xz
bootstrap-165c7889bdad142d0a9553fe7eae3abd96ec5a76.zip
Change cursor from "default" to "not-allowed" if disabled
-rw-r--r--less/list-group.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/list-group.less b/less/list-group.less
index 8cf6230d1..7d857cfd3 100644
--- a/less/list-group.less
+++ b/less/list-group.less
@@ -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 {