diff options
| author | Thierry Goettelmann <[email protected]> | 2014-06-26 15:50:20 +0200 |
|---|---|---|
| committer | Thierry Goettelmann <[email protected]> | 2014-06-26 15:50:20 +0200 |
| commit | 76ca3677f515d1a658a3360270e31e32dafc095e (patch) | |
| tree | 10b275c6ef193d6adfb52fba0d9a3ca2c7d0864c | |
| parent | 1de2f68bdcecd9a1e19548fe9152ead1b5e1bad4 (diff) | |
| download | bootstrap-76ca3677f515d1a658a3360270e31e32dafc095e.tar.xz bootstrap-76ca3677f515d1a658a3360270e31e32dafc095e.zip | |
Remove "pointer" cursor on disabled list-group-item
| -rw-r--r-- | less/list-group.less | 3 |
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; |
