]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove "pointer" cursor on disabled list-group-item
authorThierry Goettelmann <thierry@byscripts.info>
Thu, 26 Jun 2014 13:50:20 +0000 (15:50 +0200)
committerThierry Goettelmann <thierry@byscripts.info>
Thu, 26 Jun 2014 13:50:20 +0000 (15:50 +0200)
less/list-group.less

index 1946bf59f322064922471c11468983315ba69478..8cf6230d1f9b5196607a6673bcf84c7b0529c15e 100644 (file)
@@ -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;