]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change cursor from "default" to "not-allowed" if disabled 13931/head
authorThierry Goettelmann <thierry@byscripts.info>
Thu, 26 Jun 2014 14:31:37 +0000 (16:31 +0200)
committerThierry Goettelmann <thierry@byscripts.info>
Thu, 26 Jun 2014 14:31:37 +0000 (16:31 +0200)
less/list-group.less

index 8cf6230d1f9b5196607a6673bcf84c7b0529c15e..7d857cfd3ae9bf3703cd1af64a88aab81f049fbb 100644 (file)
@@ -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 {