Commit 2b6f00c2 authored by Mark Otto's avatar Mark Otto

Merge pull request #13931 from ByScripts/patch-1

Remove "pointer" cursor on disabled list-group-item
parents b9527acc 165c7889
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment