diff options
| author | Mark Otto <[email protected]> | 2014-06-26 14:47:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-26 14:47:44 -0700 |
| commit | 2b6f00c2a7f255fbc250a10ec16cb3071cadc32e (patch) | |
| tree | f92ac913533a745e3c88d365e28fcfb0cd9dd062 | |
| parent | b9527acc4539d112514dc4a539ac0f228966ba1e (diff) | |
| parent | 165c7889bdad142d0a9553fe7eae3abd96ec5a76 (diff) | |
| download | bootstrap-2b6f00c2a7f255fbc250a10ec16cb3071cadc32e.tar.xz bootstrap-2b6f00c2a7f255fbc250a10ec16cb3071cadc32e.zip | |
Merge pull request #13931 from ByScripts/patch-1
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..7d857cfd3 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: not-allowed; + // Force color to inherit for custom content .list-group-item-heading { color: inherit; |
